imputationModelCompare {petersenlab}R Documentation

Compare Mixed Effect Imputation Models.

Description

Function that compares two nested lme() models from multiple imputation using likelihood ratio test.

Usage

imputationModelCompare(model1, model2)

Arguments

model1

name of first lme() model object with multiply imputed data.

model2

name of second lme() model object with multiply imputed data.

Details

[INSERT].

Value

Likelihood ratio test for model comparison of two mixed effect imputation models.

See Also

Other multipleImputation: imputationCombine(), imputationPRV(), lmCombine()

Examples

#INSERT

[Package petersenlab version 1.0.0 Index]