Learn R Programming

rms (version 6.8-1)

prmiInfo: prmiInfo

Description

Print Information About Impact of Imputation

Usage

prmiInfo(x)

Value

nothing

Arguments

x

an object created by processMI(..., 'anova')

Author

Frank Harrell

Details

For the results of processMI.fit.mult.impute prints or writes html (the latter if options(prType='html') is in effect) summarizing various correction factors related to missing data multiple imputation.

Examples

Run this code
if (FALSE) {
a <- aregImpute(...)
f <- fit.mult.impute(...)
v <- processMI(f, 'anova')
prmiInfo(v)
}

Run the code above in your browser using DataLab