robCompositions (version 2.1.0)

print.imp: Print method for objects of class imp

Description

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

Usage

# S3 method for imp
print(x, ...)

Arguments

x

an object of class ‘imp’

additional arguments passed trough

Value

None (invisible NULL).

See Also

impCoda, impKNNa

Examples

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

Run the code above in your browser using DataCamp Workspace