Learn R Programming

rms (version 6.6-0)

processMI.fit.mult.impute: processMI.fit.mult.impute

Description

Process Special Multiple Imputation Output From fit.mult.impute

Usage

# S3 method for fit.mult.impute
processMI(
  object,
  which = c("validate", "calibrate"),
  plotall = TRUE,
  nind = 0,
  ...
)

Value

an object like a validate or calibrate result obtained when no multiple imputation was done. This object is suitable for print and plot methods for these kinds of resampling validation objects.

Arguments

object

a fit object created by fit.mult.impute

which

specifies which component of the extra output should be processed

plotall

set to FALSE when which='calibrate' to suppress having ggplot render a graph showing calibration curves produced separately for all the imputations

nind

set to a positive integer to use base graphics to plot a matrix of graphs, one each for the first nind imputations, and the overall average calibration curve at the end

...

ignored

Author

Frank Harrell

Details

Processes a funresults object stored in a fit object created by fit.mult.impute when its fun argument was used. These objects are typically named validate or calibrate and represent bootstrap or cross-validations run separately for each imputation. See this for a case study.

See Also