Package: latrend
Type: Package
Version: 1.2.1
Date: 2022-01-05
Title: A Framework for Clustering Longitudinal Data
Description: A framework for clustering longitudinal datasets in a standardized way. 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. 
Maintainer: Niek Den Teuling <niek.den.teuling@philips.com>
Authors@R: 
    c(person(given = "Niek",
             family = "Den Teuling",
             role = c("aut", "cre"),
             email = "niek.den.teuling@philips.com",
             comment = c(ORCID = "https://orcid.org/0000-0003-1026-5080")),
      person(given = "Steffen",
             family = "Pauws",
             role = "ctb",
             email = "s.c.pauws@tilburguniversity.edu"),
      person(given = "Edwin",
             family = "van den Heuvel",
             role = "ctb",
             email = "e.r.v.d.heuvel@tue.nl"),
      person(given = "Copyright © 2021 Koninklijke Philips N.V.",
             role = "cph"))
URL: https://github.com/philips-software/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.12.0), magrittr, matrixStats
Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.0), knitr (>= 1.24),
        rmarkdown (>= 1.18), rcmdcheck, pkgdown, devtools, lme4, covr,
        lintr, tinytex, longitudinalData (>= 2.4.1), kml (>= 2.4.1),
        lcmm (>= 1.9.3), longclust, mixtools, flexmix, fda, funFEM,
        gridExtra, igraph, crimCV, akmedoids (>= 1.3.0), dtwclust,
        mixAK, clusterCrit, mclust, mclustcomp, psych, qqplotr,
        doParallel, simTool, dplyr, ggplot2, caret, tibble
RoxygenNote: 7.1.2
RdMacros: Rdpack
VignetteBuilder: knitr
Collate: 'assert.R' 'compute.R' 'data.R' 'formula.R' 'generics.R'
        'latrend.R' 'make.R' 'matrix.R' 'method.R' 'methodMatrix.R'
        'methodAKMedoids.R' 'methodCrimCV.R' 'methodCustom.R'
        'methodDtwclust.R' 'trajectories.R' 'model.R' 'modelCustom.R'
        'methodFeature.R' 'methodFlexmix.R' 'methodFlexmixGBTM.R'
        'methodFunFEM.R' 'methodLMKM.R' 'methodGCKM.R' 'methodKML.R'
        'methodLcmmGMM.R' 'methodLcmmGBTM.R' 'methodLongclust.R'
        'methodMclustLLPA.R' 'methodMixAK_GLMM.R' 'methodMixTVEM.R'
        'methodMixtoolsGMM.R' 'methodMixtoolsNPRM.R' 'methodRandom.R'
        'methodStratify.R' 'methods.R' 'metricsInternal.R'
        'metricsExternal.R' 'model-evaluation.R' 'model-summary.R'
        'model-transform.R' 'modelApprox.R' 'modelCrimCV.R'
        'modelDtwclust.R' 'modelFeature.R' 'modelFlexmix.R'
        'modelFunFEM.R' 'modelKML.R' 'modelPartition.R' 'modelLMKM.R'
        'modelLcmmGMM.R' 'modelLcmmGBTM.R' 'modelLongclust.R'
        'modelMclustLLPA.R' 'modelMixAK_GLMM.R' 'modelMixAK_GLMMlist.R'
        'modelMixTVEM.R' 'modelMixtoolsGMM.R' 'modelMixtoolsRM.R'
        'modelStratify.R' 'modelWeightedPartition.R' 'models.R'
        'random.R' 'timing.R' 'verbose.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2022-01-06 11:03:57 UTC; 310083353
Author: Niek Den Teuling [aut, cre] (<https://orcid.org/0000-0003-1026-5080>),
  Steffen Pauws [ctb],
  Edwin van den Heuvel [ctb],
  Copyright © 2021 Koninklijke Philips N.V. [cph]
Repository: CRAN
Date/Publication: 2022-01-06 15:40:12 UTC
Built: R 4.0.5; ; 2022-01-25 02:30:30 UTC; unix
