'Is there another package than (1) naniar - , (2) BaylorEdpsych - , (3) MissMech - package including "Littles mcar_test"?
I'm doing some data processing, and I need to check the origin of my missing data before I can start multiple imputation.
Unfortunately the BaylorEdpsych and the MissMech package are not available on cran anymore and the naniar package does not do the mcar_test.
Has anyone got an alternative package to do Little's mcar_test? Maybe even a better solution how to check for that?
I know that testing if data is MNAR is almost not possible. This is the first time I am doing this and in theory I would argue that the data missing at random. But as there are a few variables with almost 50% missing values, I guess I need statistical proof to determine that they are unlikely to be "MNAR" to justify the multiple imputation procedure.
Solution 1:[1]
naniar now has mcar_test thanks to a pull request from Andrew Heiss!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nick Tierney |
