powered by
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 imp print(x, ...)
None (invisible NULL).
an object of class ‘imp’
additional arguments passed trough
Matthias Templ
impCoda, impKNNa
impCoda
impKNNa
data(expenditures) expenditures[1,3] expenditures[1,3] <- NA if (FALSE) { xi <- impCoda(expenditures) xi summary(xi) plot(xi, which=1:2) }
Run the code above in your browser using DataLab