Impute {COINr}R 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

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


[Package COINr version 1.1.7 Index]