-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
72 lines (72 loc) · 1.73 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
Type: Package
Package: simstudy
Title: Simulation of Study Data
Version: 0.8.1.9000
Date: 2024-07-29
Authors@R:
c(person(given = "Keith",
family = "Goldfeld",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0292-8780")),
person(given = "Jacob",
family = "Wujciak-Jens",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7281-3989")))
Description: Simulates data sets in order to explore modeling
techniques or better understand data generating processes. The user
specifies a set of relationships between covariates, and generates
data based on these specifications. The final data sets can represent
data from randomized control trials, repeated measure (longitudinal)
designs, and cluster randomized trials. Missingness can be generated
using various mechanisms (MCAR, MAR, NMAR).
License: GPL-3
URL: https://github.com/kgoldfeld/simstudy,
https://kgoldfeld.github.io/simstudy/,
https://kgoldfeld.github.io/simstudy/dev/
BugReports: https://github.com/kgoldfeld/simstudy/issues
Depends:
R (>= 3.3.0)
Imports:
data.table,
glue,
methods,
mvnfast,
Rcpp,
backports,
fastglm
Suggests:
covr,
dplyr,
formatR,
gee,
ggplot2,
grid,
gridExtra,
hedgehog,
knitr,
magrittr,
Matrix,
mgcv,
ordinal,
pracma,
rmarkdown,
scales,
splines,
survival,
testthat,
gtsummary,
broom.helpers,
survminer,
katex,
dirmult,
rms
LinkingTo:
Rcpp,
pbv (>= 0.4-22),
fastglm
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.2