Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


robCompositions (version 1.3.2)

print.imp: 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).

See Also

impCoda, impKNNa

Examples

Run this code
data(expenditures)
expenditures[1,3]
expenditures[1,3] <- NA
xi <- impCoda(expenditures)
xi
summary(xi)
plot(xi, which=1:2)

Run the code above in your browser using DataLab