print.imp {robCompositions} | R Documentation |
The function returns a few information about how many missings are imputeted and possible other information about the amount of iterations, for example.
## S3 method for class 'imp': print(x, ...)
x |
an object of class ‘imp’ |
... |
None (invisible NULL).
Matthias Templ
data(aitchison395) aitchison395[1,3] aitchison395[1,3] <- NA xi <- impCoda(aitchison395) xi summary(xi) plot(xi, which=1:2)