-
Notifications
You must be signed in to change notification settings - Fork 93
/
DESCRIPTION
75 lines (75 loc) · 2.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: sjPlot
Type: Package
Encoding: UTF-8
Title: Data Visualization for Statistics in Social Science
Version: 2.8.17
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.6)
Imports:
graphics,
grDevices,
stats,
utils,
bayestestR,
datawizard,
dplyr,
ggeffects,
ggplot2 (>= 3.2.0),
knitr,
insight,
MASS,
parameters,
performance,
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,
effects,
haven,
GPArotation,
ggrepel,
glmmTMB,
gridExtra,
ggridges,
httr,
lme4,
nFactors,
pscl,
psych,
rmarkdown,
rstanarm,
sandwich,
splines,
survey,
TMB,
testthat
URL: https://strengejacke.github.io/sjPlot/
BugReports: https://github.com/strengejacke/sjPlot/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr