prmiInfo | R Documentation |
Print Information About Impact of Imputation
prmiInfo(x)
x |
an object created by |
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.
nothing
Frank Harrell
## Not run:
a <- aregImpute(...)
f <- fit.mult.impute(...)
v <- processMI(f, 'anova')
prmiInfo(v)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.