interpolate: Interpolate missing values

View source: R/interpolate.R

interpolateR Documentation

Interpolate missing values

Description

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

Usage

interpolate(object, ...)

Arguments

object

A fitted model object

...

Other arguments passed to methods

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.

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("interpolate")}

topepo/modelgenerics documentation built on Nov. 5, 2023, 7:30 a.m.