powered by
Summary method for an object of class "missRanger".
# S3 method for missRanger summary(object, ...)
Invisibly, the input is returned.
An object of class "missRanger".
Further arguments passed from other methods.
CO2_ <- generateNA(CO2, seed = 1) imp <- missRanger(CO2_, pmm.k = 5, data_only = FALSE, num.threads = 1) summary(imp)
Run the code above in your browser using DataLab