Imputation in high dimensional data by mice package #463
Unanswered
bugravarol
asked this question in
Q&A
Replies: 3 comments 2 replies
-
My hunch is that the covariances in the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Trying to reproduce but getting > data_mcar <- ampute(X, prop = my_prop, pattern=mypatterns, mech ='MCAR', type="RIGHT", bycases=my_bycases)
Error in ampute(X, prop = my_prop, pattern = mypatterns, mech = "MCAR", :
object 'X' not found Please check your script in a fresh session. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please do not cross-post #477. There is now also an answer there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody. In the mice package, I simulated a high-dimensional data and generated missing structures in the first 50 variables (25% per variable). Later, when I want to imput these missing values by the methods in mice, I get warnings as follows. I searched for this but couldn't figure it out. I added the term (ls.meth="ridge") inside the function but I keep getting the warning
I couldn't find where I made a mistake. How can I make correct imputations using the mice package for a high-dimensional dataset that I have simulated in this way?
Beta Was this translation helpful? Give feedback.
All reactions