imputedData {missRows}R Documentation

Get the Imputed Data Tables

Description

imputedData function exports the list of data tables with imputed data.

Usage

imputedData(object)

Arguments

object

an object of class MIDTList as returned by MIMFA function.

Value

A list of length the data tables number, each component containing a completed data table.

Author(s)

Ignacio González

See Also

MIMFA

Examples

#-- 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)

[Package missRows version 1.4.0 Index]