Package: lmeInfo Type: Package Title: Information Matrices for 'lmeStruct' and 'glsStruct' Objects Version: 0.3.2 Authors@R: c(person(given = "James", family = "Pustejovsky", role = "aut", email = "jepusto@gmail.com", comment = c(ORCID = "0000-0003-0591-9465")), person(given = "Man", family = "Chen", role = c("aut", "cre"), email = "manchen9005@gmail.com")) Description: Provides analytic derivatives and information matrices for fitted linear mixed effects (lme) models and generalized least squares (gls) models estimated using lme() (from package 'nlme') and gls() (from package 'nlme'), respectively. The package includes functions for estimating the sampling variance-covariance of variance component parameters using the inverse Fisher information. The variance components include the parameters of the random effects structure (for lme models), the variance structure, and the correlation structure. The expected and average forms of the Fisher information matrix are used in the calculations, and models estimated by full maximum likelihood or restricted maximum likelihood are supported. The package also includes a function for estimating standardized mean difference effect sizes (Pustejovsky, Hedges, and Shadish (2014) ) based on fitted lme or gls models. URL: https://jepusto.github.io/lmeInfo/ BugReports: https://github.com/jepusto/lmeInfo/issues License: GPL-3 Encoding: UTF-8 LazyData: true Depends: R (>= 4.0.0) Suggests: covr, testthat (>= 2.1.0), knitr, rmarkdown, scdhlm, mlmRev, carData, lme4, Matrix, merDeriv Imports: nlme, stats VignetteBuilder: knitr RoxygenNote: 7.2.3 Language: en-US Repository: https://jepusto.r-universe.dev Date/Publication: 2023-04-16 12:51:29 UTC RemoteUrl: https://github.com/jepusto/lmeinfo RemoteRef: HEAD RemoteSha: 75e859c2b61819e2e8f331045e8c1cb5e562234a NeedsCompilation: no Packaged: 2026-06-10 06:32:01 UTC; root Author: James Pustejovsky [aut] (ORCID: ), Man Chen [aut, cre] Maintainer: Man Chen