Package: LMMstar
Type: Package
Title: Repeated Measurement Models for Discrete Times
Version: 0.3.2
Date: 2021-10-04
Authors@R: c(
    person("Brice", "Ozenne", role = c("aut", "cre"), email = "brice.mh.ozenne@gmail.com", comment = c(ORCID = "0000-0001-9694-2956")),
    person("Julie", "Forman", role = "aut", email = "jufo@sund.ku.dk", comment = c(ORCID = "0000-0001-7368-0869"))
	)
Description: Companion R package for the course "Statistical analysis
             of correlated and repeated measurements for health science
             researchers" taught by the section of Biostatistics of the University
             of Copenhagen. It provides functions for computing summary statistics
             and obtaining graphical displays of longitudinal data, as well as for
             statistical modeling and statistical inference using linear mixed model.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/bozenne/LMMstar
BugReports: https://github.com/bozenne/LMMstar/issues
Depends: R (>= 3.5.0), ggplot2, nlme
Imports: emmeans, lava, Matrix, multcomp, numDeriv, reshape2, sandwich
Suggests: AICcmodavg, data.table, nlmeU, optimx, Publish, qqtest,
        R.rsp, testthat
VignetteBuilder: R.rsp
RoxygenNote: 7.1.1
Collate: '0-onload.R' 'LMMstar-package.R' 'LMMstar.options.R' 'anova.R'
        'autoplot.R' 'baselineAdjustment.R' 'coef.R' 'confint.R' 'df.R'
        'doc-data.R' 'emmeans.R' 'estimate.R' 'fitted.R' 'formula.R'
        'getCoef.R' 'getVarCov.R' 'iid.R' 'information.R' 'lmm.R'
        'logLik.R' 'model.frame.R' 'model.matrix.R' 'moments.R'
        'multcomp.R' 'nobs.R' 'precompute.R' 'predict.R' 'print.R'
        'reparametrize.R' 'residuals.R' 'sampleRem.R' 'score.R'
        'structure-calc_Omega.R' 'structure-calc_d2Omega.R'
        'structure-calc_dOmega.R' 'structure-initialization.R'
        'structure-skeleton.R' 'structure.R' 'summarize.R' 'summary.R'
        'utils.R' 'vcov.R'
NeedsCompilation: no
Packaged: 2021-10-04 21:05:26 UTC; bozenne
Author: Brice Ozenne [aut, cre] (<https://orcid.org/0000-0001-9694-2956>),
  Julie Forman [aut] (<https://orcid.org/0000-0001-7368-0869>)
Maintainer: Brice Ozenne <brice.mh.ozenne@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-05 08:30:12 UTC
