imputedData: Get the Imputed Data Tables

Description Usage Arguments Value Author(s) See Also Examples

View source: R/imputedData.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
9
#-- 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)

GonzalezIgnacio/missRows documentation built on Jan. 16, 2020, 4:11 a.m.