Learn R Programming

generics (version 0.1.4)

interpolate: Interpolate missing values

Description

Interpolates missing values provided in the training dataset using the fitted model.

Usage

interpolate(object, ...)

Value

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.

Arguments

object

A fitted model object

...

Other arguments passed to methods

Methods

generics:::methods_rd("interpolate")