-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 1.76 KB
/
DESCRIPTION
File metadata and controls
74 lines (74 loc) · 1.76 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
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
73
74
Type: Package
Package: simstudy
Title: Simulation of Study Data
Version: 0.9.2.9000
Date: 2026-02-06
Authors@R:
c(person(given = "Keith",
family = "Goldfeld",
role = c("aut", "cre"),
email = "keith.goldfeld@nyulangone.org",
comment = c(ORCID = "0000-0002-0292-8780")),
person(given = "Jacob",
family = "Wujciak-Jens",
role = "aut",
email = "jacob@wujciak.de",
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 (>= 4.1.0)
Imports:
data.table,
glue,
methods,
mvnfast,
Rcpp,
backports,
fastglm,
pbv (>= 0.5.47)
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,
lmerTest
LinkingTo:
Rcpp,
pbv (>= 0.5.47),
fastglm
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.3