-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.11 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
Package: cTMed
Title: Continuous Time Mediation
Version: 1.0.4
Authors@R:
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
role = c("aut", "cre", "cph"),
email = "r.jeksterslab@gmail.com",
comment = c(ORCID = "0000-0003-4818-8420"))
Description: Calculates standard errors and confidence intervals for effects in continuous-time mediation models. This package extends the work of
Deboeck and Preacher (2015) <doi:10.1080/10705511.2014.973960> and
Ryan and Hamaker (2021) <doi:10.1007/s11336-021-09767-0>
by providing methods to generate standard errors and confidence intervals for the total, direct, and indirect effects in these models.
URL: https://github.com/jeksterslab/cTMed, https://jeksterslab.github.io/cTMed/
BugReports: https://github.com/jeksterslab/cTMed/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
numDeriv,
parallel,
simStateSpace
Suggests:
knitr,
rmarkdown,
testthat,
expm
RoxygenNote: 7.3.2