interpolate {generics} | R Documentation |
Interpolates missing values provided in the training dataset using the fitted model.
interpolate(object, ...)
object |
A fitted model object |
... |
Other arguments passed to methods |
A dataset (tibble::tibble()
or similar) of the same structure as
the input dataset with missing values from the response variable replaced
with interpolated values.
No methods found in currently loaded packages.