Impute: Imputation of missing data

View source: R/impute.R

ImputeR Documentation

Imputation of missing data

Description

This is a generic function with the following methods:

Usage

Impute(x, ...)

Arguments

x

Object to be imputed

...

arguments passed to or from other methods.

Details

  • Impute.numeric()

  • Impute.data.frame()

  • Impute.coin()

  • Impute.purse()

See those methods for individual documentation.

This function replaces the now-defunct impute() from COINr < v1.0.

Value

An object of the same class as x, but imputed.

Examples

# See individual method documentation


COINr documentation built on Oct. 9, 2023, 5:07 p.m.