lmCombine {petersenlab}R Documentation

Combine Results from Multiple Regression Imputation Models.

Description

Function that combines lm() results across multiple imputation runs.

Usage

lmCombine(model, dig = 3)

Arguments

model

name of lm() model object with multiply imputed data.

dig

number of decimals to print in output.

Details

[INSERT].

Value

Summary of multiple regression imputation models.

See Also

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

Other multipleRegression: plot2WayInteraction(), ppPlot(), update_nested()

Examples

#INSERT

[Package petersenlab version 1.0.0 Index]