prmiInfo {rms} | R Documentation |
prmiInfo
Description
Print Information About Impact of Imputation
Usage
prmiInfo(x)
Arguments
x |
an object created by |
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)
[Package rms version 6.8-1 Index]