MERO: Perform Monte Carlo Expectation Maximization Random Forest...

View source: R/MERO.R

MEROR Documentation

Perform Monte Carlo Expectation Maximization Random Forest Imputation

Description

The function is used to impute the missing data using Monte Carlo Expectation Maximization Random Forest Imputation

Usage

MERO(Data, ntree = 100, Nsets = 5)

Arguments

Data

a data matrix with missing values. The columns correspond to the variables and the rows to the observations.

ntree

number of trees to grow in each forest.

Nsets

number of simulations/ data sets to be generated.

Value

A list containing data sets and imputed means, and imputed standard deviation.

Author(s)

Mohamed Soudy Mohmedsoudy2009@gmail.com


MERO documentation built on March 7, 2023, 5:40 p.m.

Related to MERO in MERO...