-
Notifications
You must be signed in to change notification settings - Fork 108
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some sample code from JSS paper 2011 can't be run #235
Comments
Thanks for your interest. The code you're citing comes from our JSS 2011 paper, which describes The Variable There is plenty of example code for Hope this helps. |
Thank you for you reply! It's helpful for me!
I know the means of 'constant' and 'collinear', but what the means of the log of V50? |
Collinearity introduces feedback loops, and may cause pathological convergence, so Record 11 means: |
Thank you for your answer! It's helpful for me! |
Hi, Thank you so much for developing and maintaining this package! A quick question about alternatives to the Relatedly, are interaction terms for which one of the variables is determined to be collinear automatically removed from the imputation model when the main effect is removed? Thanks! |
The Collinear variables are removed after the formula for the target variable/block is expanded. |
Very helpful--thank you! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I read the paper 'mice: Multivariate Imputation by Chained Equations in R' and try to run the sample code.
My MICE package vesion is: mice 3.9.0 2020-05-14
But, some code will give me bad result. So, I hope to know how to run this code in a right way.
In addition, I want to know what dose
p
andr
inp$data$age[!r[,j]]<5
means. Thanks!The text was updated successfully, but these errors were encountered: