MCAR {MissCP} | R Documentation |
MCAR
Description
function to do the missing assuming the missing completely at random
Usage
MCAR(data, alpha)
Arguments
data |
data before the missing case |
alpha |
the percentage of missing compared to whole data |
Value
the data matrix with missing values
[Package MissCP version 0.1.0 Index]