summary.imp | R Documentation |
A short comparison of the original data and the imputed data is given.
## S3 method for class 'imp'
summary(object, ...)
object |
an object of class ‘imp’ |
... |
additional arguments passed trough |
Note that this function will be enhanced with more sophisticated methods in future versions of the package. It is very rudimental in its present form.
None (invisible NULL).
Matthias Templ
impCoda
, impKNNa
data(expenditures)
expenditures[1,3]
expenditures[1,3] <- NA
xi <- impKNNa(expenditures)
xi
summary(xi)
# plot(xi, which=1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.