imputedData {missRows} | R Documentation |
imputedData
function exports the list of data tables
with imputed data.
imputedData(object)
object |
an object of class |
A list of length the data tables number, each component containing a completed data table.
Ignacio González
#-- load data and create MIDTList object data(NCI60) midt <- MIDTList(NCI60$mae) #-- performs MIMFA midt <- MIMFA(midt, ncomp=2, M=5) #-- exports the imputed data tables completeData <- imputedData(midt)