forked from growthcharts/brokenstick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.28 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
Package: brokenstick
Type: Package
Title: Broken Stick Model for Irregular Longitudinal Data
Version: 0.55.0
Date: 2017-05-06
Authors@R: person("Stef", "van Buuren", email = "[email protected]", role = c("aut","cre"))
Description: The broken stick model describes a set of individual curves by a
linear mixed model using first order linear B-splines. The main use of the model
is to align irregularly observed data to a user-specified grid of break ages.
All fitting can done in the Z-score scale, so nonlinearities and irregular data
can be treated as separate problems. This package contains functions for fitting
a broken stick model to data, for exporting the parameters of the model for
independent use outside this package, and for predicting broken stick curves for
new data.
Depends:
R (>= 2.10)
Imports:
lme4,
splines,
methods,
rbokeh,
ggplot2
Suggests:
mice,
knitr,
lattice,
dplyr,
AGD,
MASS,
devtools,
hbgd,
testthat,
mvtnorm,
plyr,
tidyr
License: MIT + file LICENSE
LazyData: TRUE
VignetteBuilder: knitr
Acknowledgement: Development of this package was kindly supported by the HBGDki
program of the Bill & Melinda Gates Foundation
RoxygenNote: 6.0.1