summary.missRanger | R Documentation |
Summary method for an object of class "missRanger".
## S3 method for class 'missRanger'
summary(object, ...)
object |
An object of class "missRanger". |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
CO2_ <- generateNA(CO2, seed = 1)
imp <- missRanger(CO2_, pmm.k = 5, data_only = FALSE, num.threads = 1)
summary(imp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.