Package: varTestnlme
Type: Package
Title: Variance Components Testing for Linear and Nonlinear Mixed
        Effects Models
Version: 1.2.0
Authors@R: c(
    person("Charlotte","Baey", ,"charlotte.baey@univ-lille.fr", role = c("aut", "cre"),
       comment = c(ORCID= "0000-0002-1413-1058")
       ), 
    person("Estelle","Kuhn", ,"estelle.kuhn@inra.fr", role = c("aut"))
  )
URL: https://github.com/baeyc/varTestnlme/
BugReports: https://github.com/baeyc/varTestnlme/issues
Maintainer: Charlotte Baey <charlotte.baey@univ-lille.fr>
Description: An implementation of the Likelihood ratio Test (LRT) for testing that,
    in a (non)linear mixed effects model, the variances of a subset of the random
    effects are equal to zero. There is no restriction on the subset of variances
    that can be tested: for example, it is possible to test that all the variances
    are equal to zero. Note that the implemented test is asymptotic.
    This package should be used on model fits from packages 'nlme', 'lmer', and 'saemix'.
    Charlotte Baey, Paul-Henry Cournède and Estelle Kuhn (2019) <doi:10.1016/j.csda.2019.01.014>.
License: GPL (>= 2)
Encoding: UTF-8
Imports: mvtnorm, alabama, Matrix, merDeriv, anocva, corpcor, quadprog,
        lme4, nlme, saemix, msm, foreach, methods, doParallel,
        parallel, lmeresampler
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, EnvStats
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-12-07 11:19:40 UTC; charlotte
Author: Charlotte Baey [aut, cre] (<https://orcid.org/0000-0002-1413-1058>),
  Estelle Kuhn [aut]
Repository: CRAN
Date/Publication: 2021-12-07 11:40:02 UTC
