-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
157 lines (157 loc) · 3.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
Package: latrend
Type: Package
Version: 1.6.1
Date: 2024-05-15
Title: A Framework for Clustering Longitudinal Data
Description: A framework for clustering longitudinal datasets in a standardized way.
The package provides an interface to existing R packages for clustering longitudinal univariate trajectories, facilitating reproducible and transparent analyses.
Additionally, standard tools are provided to support cluster analyses, including repeated estimation, model validation, and model assessment.
The interface enables users to compare results between methods, and to implement and evaluate new methods with ease.
The 'akmedoids' package is available from <https://github.com/MAnalytics/akmedoids>.
Maintainer: Niek Den Teuling <[email protected]>
Authors@R:
c(person(given = "Niek",
family = "Den Teuling",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-1026-5080")),
person(given = "Steffen",
family = "Pauws",
role = "ctb",
email = "[email protected]"),
person(given = "Edwin",
family = "van den Heuvel",
role = "ctb",
email = "[email protected]"),
person(given = "Koninklijke Philips N.V.", role = "cph"))
URL: https://github.com/philips-software/latrend, https://philips-software.github.io/latrend/
BugReports: https://github.com/philips-software/latrend/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Language: en-US
Depends:
R (>= 3.6.0)
Imports:
stats,
methods,
Rdpack,
R.utils,
assertthat (>= 0.2.1),
foreach,
data.table (>= 1.15.4),
magrittr,
matrixStats,
rmarkdown (>= 1.18),
rlang
Suggests:
testthat (>= 3.0.0),
roxygen2 (>= 7.1.0),
knitr (>= 1.24),
rcmdcheck,
pkgdown,
devtools,
cluster,
evaluate,
lme4,
covr,
lintr,
tinytex,
longitudinalData (>= 2.4.1),
kml (>= 2.4.1),
lcmm (>= 1.9.3),
mixtools,
flexmix,
fda,
funFEM,
gridExtra,
igraph,
crimCV,
dtwclust,
mixAK,
mclust,
mclustcomp,
clValid,
psych,
qqplotr,
doParallel,
simTool,
dplyr,
ggplot2,
caret,
tibble,
clusterCrit (>= 1.3.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
VignetteBuilder: knitr
Collate:
'assert.R'
'citation.R'
'compute.R'
'data.R'
'formula.R'
'generics.R'
'latrend.R'
'make.R'
'matrix.R'
'method.R'
'meta-method.R'
'meta-fit.R'
'meta-fit-converged.R'
'meta-fit-rep.R'
'methodMatrix.R'
'methodAKMedoids.R'
'methodCrimCV.R'
'methodDtwclust.R'
'trajectories.R'
'model.R'
'modelApprox.R'
'modelPartition.R'
'methodFeature.R'
'methodFlexmix.R'
'methodFlexmixGBTM.R'
'methodFunFEM.R'
'methodFunction.R'
'methodLMKM.R'
'methodGCKM.R'
'methodKML.R'
'methodLcmmGMM.R'
'methodLcmmGBTM.R'
'methodMclustLLPA.R'
'methodMixAK_GLMM.R'
'methodMixTVEM.R'
'methodMixtoolsGMM.R'
'methodMixtoolsNPRM.R'
'methodRandom.R'
'methodStratify.R'
'methods.R'
'metrics.R'
'metricsInternal.R'
'metricsExternal.R'
'model-evaluation.R'
'model-summary.R'
'model-transform.R'
'modelCrimCV.R'
'modelDtwclust.R'
'modelFlexmix.R'
'modelFunFEM.R'
'modelKML.R'
'modelLMKM.R'
'modelLcmmGMM.R'
'modelLcmmGBTM.R'
'modelMclustLLPA.R'
'modelMixAK_GLMM.R'
'modelMixAK_GLMMlist.R'
'modelMixTVEM.R'
'modelMixtoolsGMM.R'
'modelMixtoolsRM.R'
'modelStratify.R'
'modelWeightedPartition.R'
'models.R'
'random.R'
'test.R'
'timing.R'
'variables.R'
'verbose.R'
'zzz.R'