Revision 4513c01a6a31c066ec50ab978597375cfc235093 authored by Daniel Lüdecke on 04 August 2017, 18:47:07 UTC, committed by cran-robot on 04 August 2017, 18:47:07 UTC
1 parent 4696937
Raw File
DESCRIPTION
Package: sjPlot
Type: Package
Encoding: UTF-8
Title: Data Visualization for Statistics in Social Science
Version: 2.3.2
Date: 2017-08-04
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.0), 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.5.0),
        sjstats (>= 0.10.3), tibble (>= 1.3.3), tidyr (>= 0.6.1)
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-04 19:27:44 UTC; danielludecke
Author: Daniel Lüdecke [aut, cre],
  Carsten Schwemmer [ctb]
Repository: CRAN
Date/Publication: 2017-08-04 19:47:07 UTC
back to top