print.imp | R Documentation |
The function returns a few information about how many missing values are imputed and possible other information about the amount of iterations, for example.
## S3 method for class 'imp'
print(x, ...)
x |
an object of class ‘imp’ |
... |
additional arguments passed trough |
None (invisible NULL).
Matthias Templ
impCoda
, impKNNa
data(expenditures)
expenditures[1,3]
expenditures[1,3] <- NA
## Not run:
xi <- impCoda(expenditures)
xi
summary(xi)
plot(xi, which=1:2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.