View source: R/missing_Eval_functions.R
detect.MCAR.MNAR.MAR | R Documentation |
detect.MCAR.MNAR.MAR( data, MissingVar, MAR_MNAR, alpha = 0.05, percentage = 0.6, gof_Method = "kolmogorov" )
data |
, data matrix |
MissingVar |
vector containing the columns numbers of the data matrix with missing values that are less than 80 \itemMAR_MNARvector containing the columns with missing values that have MAR or MNAR missigness (use the detect.miss.MNAR.MAR function) \itemalpha, Significance level , default is 0.05 \itempercentage \itemgof_Methodmethod of goodness of fit testing, 'kolmogorov' or 'cucconi' |
results list of vectors : MCAR = vector conatining the column numbers of MCAR variables, MNAR = vector conatining the column numbers of MNAR variables , MAR = vector conatining the column numbers of MAR variables , Excluded_marmnar = vector conatining the column numbers of excluded MAR or MNAR variables that have more than 60 ExcludedVar = vector conatining the column numbers of excluded variables that have more than 80 CompleteVar = conatining the column numbers of variables without missing values. detect.MCAR.MNAR.MAR from juuussi/impute-metabo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.