MERO | R Documentation |
The function is used to impute the missing data using Monte Carlo Expectation Maximization Random Forest Imputation
MERO(Data, ntree = 100, Nsets = 5)
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. |
A list containing data sets and imputed means, and imputed standard deviation.
Mohamed Soudy Mohmedsoudy2009@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.