-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.1 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
Package: simglm
Type: Package
Authors@R: person("Brandon", "LeBeau", email = "[email protected]",
role = c("aut", "cre"))
Version: 0.9.20
Date: 2024-02-27
License: MIT + file LICENSE
Title: Simulate Models Based on the Generalized Linear Model
Description: Simulates regression models,
including both simple regression and generalized linear mixed
models with up to three level of nesting. Power simulations that are
flexible allowing the specification of missing data, unbalanced designs,
and different random error distributions are built into the package.
Depends:
R (>= 4.1.0)
Imports:
stats,
methods,
rlang,
dplyr,
purrr,
broom,
future.apply,
gtools
Suggests:
knitr,
lme4,
nlme,
testthat,
shiny,
e1071,
ggplot2,
tidyr,
geepack,
rmarkdown,
future,
splines,
covr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Author: Brandon LeBeau [aut, cre]
Maintainer: Brandon LeBeau <[email protected]>
URL: https://github.com/lebebr01/simglm
BugReports: https://github.com/lebebr01/simglm/issues