https://github.com/cran/sjPlot
Raw File
Tip revision: d39e14e5d3fbd54d1692c7292f30f1719d02854a authored by Daniel Lüdecke on 24 September 2020, 12:00:02 UTC
version 2.8.5
Tip revision: d39e14e
DESCRIPTION
Package: sjPlot
Type: Package
Encoding: UTF-8
Title: Data Visualization for Statistics in Social Science
Version: 2.8.5
Authors@R: c(
    person("Daniel", "Lüdecke", email = "d.luedecke@uke.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8895-3206")),
    person("Alexander", "Bartel", role = "ctb", comment = c(ORCID = "0000-0002-1280-6138")),
    person("Carsten", "Schwemmer", email = "carsten.schwemmer@uni-bamberg.de", role = "ctb"),
    person(given = "Chuck", family = "Powell", role = "ctb", email = "ibecav@gmail.com", comment = c(ORCID = "0000-0002-3606-2188")), 
    person(given = "Amir", family = "Djalovski", role = "ctb", email = "Amir.DJV@gmail.com"),
    person(given = "Johannes", family = "Titz", role = "ctb", email = "johannes@titz.science", comment = c(ORCID = "0000-0002-1102-5719")))
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)
Imports: graphics, grDevices, stats, utils, bayestestR (>= 0.6.0),
        dplyr (>= 0.8.1), effectsize, ggeffects (>= 0.14.3), ggplot2
        (>= 3.2.0), knitr, insight (>= 0.8.0), MASS, parameters (>=
        0.7.0), performance (>= 0.4.3), purrr, rlang, scales,
        sjlabelled (>= 1.1.2), sjmisc (>= 2.8.2), sjstats (>= 0.17.8),
        tidyr (>= 1.0.0)
Suggests: brms, car, clubSandwich, cluster, cowplot, GPArotation,
        ggrepel, glmmTMB, gridExtra, ggridges, httr, lme4 (>= 1.1-12),
        nFactors, pscl, psych, rmarkdown, rstanarm, sandwich, survey,
        TMB, testthat
URL: https://strengejacke.github.io/sjPlot/
BugReports: https://github.com/strengejacke/sjPlot/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-09-24 12:05:31 UTC; mail
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>),
  Alexander Bartel [ctb] (<https://orcid.org/0000-0002-1280-6138>),
  Carsten Schwemmer [ctb],
  Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>),
  Amir Djalovski [ctb],
  Johannes Titz [ctb] (<https://orcid.org/0000-0002-1102-5719>)
Repository: CRAN
Date/Publication: 2020-09-24 13:00:02 UTC
back to top