-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.43 KB
/
Copy pathDESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.43 KB
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
Type: Package
Package: snSMART
Title: Small N Sequential Multiple Assignment Randomized Trial Methods
Version: 0.2.4
Authors@R: c(
person("Sidi", "Wang", , "sidiwang@umich.edu", role = "aut"),
person("Kelley", "Kidwell", , "kidwell@umich.edu", role = "aut"),
person("Michael", "Kleinsasser", , "mkleinsa@umich.edu", role = "cre")
)
Maintainer: Michael Kleinsasser <mkleinsa@umich.edu>
Description: Consolidated data simulation, sample size calculation and
analysis functions for several snSMART (small sample sequential,
multiple assignment, randomized trial) designs under one library. See
Wei, B., Braun, T.M., Tamura, R.N. and Kidwell, K.M. "A Bayesian
analysis of small n sequential multiple assignment randomized trials
(snSMARTs)." (2018) Statistics in medicine, 37(26), pp.3723-3732
<doi:10.1002/sim.7900>.
License: GPL (>= 2)
URL: https://github.com/sidiwang/snSMART
BugReports: https://github.com/sidiwang/snSMART/issues
Depends:
R (>= 3.5.0),
EnvStats (>= 2.4.0)
Imports:
bayestestR (>= 0.11.0),
condMVNorm (>= 2020.1),
cubature (>= 2.0.4.1),
geepack (>= 1.3-1),
HDInterval (>= 0.2.0),
pracma (>= 2.3.3),
rjags (>= 4-12),
tidyr (>= 1.1.2),
truncdist (>= 1.0-1)
Suggests:
coda (>= 0.19-2),
testthat (>= 3.0.0)
Biarch: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: JAGS 4.x.y
Config/testthat/edition: 3