forked from ihrke/rmedsem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 838 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
Package: rmedsem
Title: Statistical Mediation Analysis for SEMs
Version: 0.1
Authors@R: c(
person("Mehmet", "Mehmetoglu", email="[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-6092-8551")),
person("Matthias", "Mittner", email="[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0205-7353"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
blavaan,
cSEM,
lavaan,
mvtnorm,
HDInterval,
ggplot2,
dplyr,
modsem
URL: https://github.com/ihrke/rmedsem, https://ihrke.github.io/rmedsem/
BugReports: https://github.com/ihrke/rmedsem/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown