robCompositions (version 2.1.0)

summary.imp: Summary method for objects of class imp

Description

A short comparison of the original data and the imputed data is given.

Usage

# S3 method for imp
summary(object, ...)

Arguments

object

an object of class ‘imp’

additional arguments passed trough

Value

None (invisible NULL).

Details

Note that this function will be enhanced with more sophisticated methods in future versions of the package. It is very rudimental in its present form.

See Also

impCoda, impKNNa

Examples

Run this code
# NOT RUN {
data(expenditures)
expenditures[1,3]
expenditures[1,3] <- NA
xi <- impKNNa(expenditures)
xi
summary(xi)
# plot(xi, which=1:2)

# }

Run the code above in your browser using DataLab