-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
44 lines (44 loc) · 1001 Bytes
/
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
Package: processR
Type: Package
Title: Implementation of the 'PROCESS' Macro
Version: 0.2.8
URL: https://github.com/cardiomoon/processR
BugReports: https://github.com/cardiomoon/processR/issues
Authors@R: c(person("Keon-Woong","Moon", role=c("aut", "cre"),
email="[email protected]"),
person("Sokyoung","Hong",role=c("ctb"), email="[email protected]"))
Description: Perform moderation, mediation, moderated mediation and moderated moderation.
Inspired from famous 'PROCESS' macro for 'SPSS' and 'SAS' created by Andrew Hayes.
Depends:
R (>= 2.10)
Date: 2023-4-13
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
lavaan,
diagram,
dplyr,
flextable(>= 0.5.8),
ggplot2(>= 3.1.1),
ggrepel,
officer,
psych,
purrr,
rrtable,
semTools,
stringr,
tidyselect,
rlang,
tidyr,
predict3d(>= 0.1.3.3),
interactions,
ztable,
rmarkdown
Suggests:
shiny,
shinyWidgets,
knitr,
readr
RoxygenNote: 7.2.3
VignetteBuilder: knitr