-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.17 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
Type: Package
Package: sitar
Title: Super Imposition by Translation and Rotation Growth Curve
Analysis
Version: 1.4.0.9000
Authors@R:
person(given = "Tim",
family = "Cole",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5711-8200"))
Maintainer: Tim Cole <[email protected]>
Description: Functions for fitting and plotting SITAR (Super
Imposition by Translation And Rotation) growth curve models. SITAR is
a shape-invariant model with a regression B-spline mean curve and
subject-specific random effects on both the measurement and age
scales. The model was first described by Lindstrom (1995)
<doi:10.1002/sim.4780141807> and developed as the SITAR method by Cole
et al (2010) <doi:10.1093/ije/dyq115>.
License: GPL (>= 2)
URL: https://github.com/statist7/sitar
Depends:
nlme,
R (>= 3.0.0)
Imports:
dplyr,
forcats,
ggplot2,
glue,
magrittr,
methods,
purrr,
rlang,
rsample,
stats,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: yes
LazyLoad: yes
RoxygenNote: 7.3.2