completeData function

completeData

completeData

Return imputed datasets from a miceDefs object.

completeData(miceObj, datasets = 1:miceObj$callParams$m, verbose = TRUE)

Arguments

  • miceObj: an object of class miceDefs.
  • datasets: a vector of the datasets you want to return.
  • verbose: a warning is thrown if integers are converted to doubles. To suppress this warning, set to FALSE.

Returns

A list of imputed datasets.

Examples

data("sampleMiceDefs") imputedList <- completeData(sampleMiceDefs)
  • Maintainer: Sam Wilson
  • License: MIT + file LICENSE
  • Last published: 2021-09-06