print.imp {robCompositions}R Documentation

Print method for objects of class imp

Description

The function returns a few information about how many missings are imputeted and possible other information about the amount of iterations, for example.

Usage

## S3 method for class 'imp':
print(x, ...)

Arguments

x an object of class ‘imp’
...

Value

None (invisible NULL).

Author(s)

Matthias Templ

See Also

impCoda, impKNNa

Examples

data(aitchison395)
aitchison395[1,3]
aitchison395[1,3] <- NA
xi <- impCoda(aitchison395)
xi
summary(xi)
plot(xi, which=1:2)

[Package robCompositions version 1.2 Index]