imputation {MissCP}R Documentation

imputation

Description

function to do the imputation based on block size

Usage

imputation(data, block.size)

Arguments

data

data before the imputation

block.size

the block size that are used to impute the missing

Value

the data matrix without missing values after imputation


[Package MissCP version 0.1.0 Index]