Learn R Programming

lmeInfo (version 0.3.2)

Information Matrices for 'lmeStruct' and 'glsStruct' Objects

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.

Copy Link

Version

Install

install.packages('lmeInfo')

Monthly Downloads

1,310

Version

0.3.2

License

GPL-3

Maintainer

Man Chen

Last Published

April 17th, 2023

Functions in lmeInfo (0.3.2)

Bryant2016

Bryant et al. (2016)
g_mlm

Calculates adjusted mlm effect size
extract_varcomp

Extract estimated variance components
CI_g

Calculates a confidence interval for a standardized mean difference effect size
Fisher_info

Calculate expected, observed, or average Fisher information matrix
varcomp_vcov

Estimated sampling variance-covariance of variance component parameters.