-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
48 lines (48 loc) · 1.59 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
Package: powerlmm
Type: Package
Title: Power Analysis for Longitudinal Multilevel Models
Version: 0.4.0
Authors@R: person("Kristoffer", "Magnusson", email = "[email protected]",
role = c("aut", "cre"))
Description: Calculate power for the 'time x treatment' effect
in two- and three-level multilevel longitudinal studies with missing data.
Both the third-level factor (e.g. therapists, schools, or physicians),
and the second-level factor (e.g. subjects), can be assigned random slopes.
Studies with partially nested designs, unequal cluster sizes,
unequal allocation to treatment arms, and different dropout patterns
per treatment are supported. For all designs power can be
calculated both analytically and via simulations. The analytical
calculations extends the method described in Galbraith et al. (2002)
<doi:10.1016/S0197-2456(02)00205-2>, to three-level models.
Additionally, the simulation tools provides flexible ways to investigate
bias, Type I errors and the consequences of model misspecification.
License: GPL (>= 3)
URL: https://github.com/rpsychologist/powerlmm
BugReports: https://github.com/rpsychologist/powerlmm/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends: R (>= 3.2.0)
Imports: stats,
methods,
parallel,
lme4 (>= 1.1),
Matrix,
MASS,
scales,
utils
Suggests: testthat,
dplyr,
tidyr,
knitr,
rmarkdown,
pbmcapply (>= 1.1),
lmerTest (>= 2.0),
ggplot2 (>= 2.2),
ggsci,
viridis,
gridExtra,
shiny (>= 1.0),
shinydashboard
ByteCompile: true
VignetteBuilder: knitr