interpolate | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.