-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.5 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
Package: growthfd
Title: Fitting FPCA-based growth curve model
Version: 0.0.0.9000
Authors@R: c(
person("Ondrej", "Klima", , "iklima@fit.vutbr.cz", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9295-065X")),
person("Miroslav", "Kralik", role = "aut",
comment = c(ORCID = "0000-0002-2077-4068"))
)
Author: Ondrej Klima [aut, cre],
Miroslav Kralik [aut]
Maintainer: Ondřej Klíma <iklima@fit.vutbr.cz>
Description: This package provides a method for fiting an FPCA-based growth curve model described in the paper stated bellow. This research was funded by Technology Agency of the Czech Republic (Technologická agentura České republiky), grant number TL01000394.
Citation: Kralik M., Klima O., Cuta M., Malina R., Koziel S., Polcerova L., Skultetyova A., Spanel M., Kukla L., Zemcik P. Estimating Growth in Height from Limited Longitudinal Growth Data Using Full-Curves Training Dataset:A Comparison of Two Procedures of Curve Optimization-Functional Principal Component Analysis and SITAR. Children, 2021, vol. 8, n. 10., pages 934-955.
URL: https://ondrej-klima.github.io/growthfd/, https://github.com/ondrej-klima/growthfd/
License: LGPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports:
minpack.lm,
sitar (>= 1.2.0),
fda (== 2.4.8.1),
ggplot2,
parallel,
doParallel,
foreach,
flock,
MASS,
dplyr,
tidyr,
imputeTS,
zoo,
santaR
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr