Learn R Programming

COINr (version 1.1.14)

Impute: Imputation of missing data

Description

This is a generic function with the following methods:

Usage

Impute(x, ...)

Value

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

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.

Examples

Run this code
# See individual method documentation

Run the code above in your browser using DataLab