https://github.com/cran/sjPlot
Raw File
Tip revision: 01a8850ec45ac0f48f2b4fad6d22cf7b88ac0df0 authored by Daniel Lüdecke on 23 August 2017, 07:16:47 UTC
version 2.3.3
Tip revision: 01a8850
DESCRIPTION
Package: sjPlot
Type: Package
Encoding: UTF-8
Title: Data Visualization for Statistics in Social Science
Version: 2.3.3
Date: 2017-08-23
Authors@R: c(
    person("Daniel", "Lüdecke", email = "d.luedecke@uke.de", role = c("aut", "cre")),
    person("Carsten", "Schwemmer", email = "carsten.schwemmer@uni-bamberg.de", role = "ctb")
          )
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: Collection of plotting and table output functions for data
    visualization. Results of various statistical analyses (that are commonly used
    in social sciences) can be visualized using this package, including simple and
    cross tabulated frequencies, histograms, box plots, (generalized) linear models,
    mixed effects models, principal component analysis and correlation matrices, 
    cluster analyses, scatter plots, stacked scales, effects plots of regression 
    models (including interaction terms) and much more. This package supports
    labelled data.
License: GPL-3
Depends: R (>= 3.2), graphics, grDevices, methods, stats, utils
Imports: broom (>= 0.4.2), dplyr (>= 0.7.1), effects, forcats,
        ggeffects (>= 0.2.1), ggplot2 (>= 2.2.1), knitr, lme4 (>=
        1.1-12), MASS, merTools (>= 0.3.0), modelr, nlme, psych, purrr,
        rlang, scales, sjlabelled (>= 1.0.1), sjmisc (>= 2.6.1),
        sjstats (>= 0.11.0), tibble (>= 1.3.3), tidyr (>= 0.7.0)
Suggests: AICcmodavg, arm, car, cluster, GPArotation, gridExtra,
        ggrepel, lmerTest, lmtest
URL: https://github.com/strengejacke/sjPlot
BugReports: https://github.com/strengejacke/sjPlot/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-08-23 08:00:46 UTC; Daniel
Author: Daniel Lüdecke [aut, cre],
  Carsten Schwemmer [ctb]
Repository: CRAN
Date/Publication: 2017-08-23 08:16:47 UTC
back to top