I am trying to use the Littles Test out of the BayorEdPsych-Package to test for MCAR assumption. For whatever reason though, my R can't find this package. Is it even still available?
My R Version: R 4.0.3 GUI 1.73 My R Studio Version: Version 1.4.1103
This is the error I get when trying to run install.packages(). The link to that side doesn't really help me.
Is there an alternative test for the MCAR/ MAR assumption? It's not a completely accurate test either way, but it would help me tremendously.
install.packages("BayorEdPsych")
Warning in install.packages :
package ‘BayorEdPsych’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Thank you!