prmiInfo: prmiInfo

View source: R/processMI.r

prmiInfoR Documentation

prmiInfo

Description

Print Information About Impact of Imputation

Usage

prmiInfo(x)

Arguments

x

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

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.

Value

nothing

Author(s)

Frank Harrell

Examples

## Not run: 
a <- aregImpute(...)
f <- fit.mult.impute(...)
v <- processMI(f, 'anova')
prmiInfo(v)

## End(Not run)

rms documentation built on Sept. 12, 2023, 9:07 a.m.