Skip to content
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

Multiple imputation #1362

Closed
TarandeepKang opened this issue Jul 22, 2021 · 5 comments
Closed

Multiple imputation #1362

TarandeepKang opened this issue Jul 22, 2021 · 5 comments

Comments

@TarandeepKang
Copy link

TarandeepKang commented Jul 22, 2021

  • Enhancement: Adding a multiple imputation routine
  • Purpose: better handling of missing data
  • Use-case: missing data are common in quantitative studies using questionnaires, which are widely used in psychology, epidemiology, and some other areas of medicine, especially in cases where trimming/winsorisation is not sufficient to deal with greater numbers of missing data points. See for example this article from the British Medical Journal: https://www.bmj.com/content/338/bmj.b2393 and this one in JAMA https://jamanetwork.com/journals/jama/article-abstract/2468879.

Is your feature request related to a problem? Please describe.

At the moment, ability to handle missing data is rather limited in the software. I note that similar feature request had been made previously #904 but the issue has been closed.
Describe the solution you'd like

The ability to run multiple imputation of missing data in JASP.
Particularly useful are packages might be mice:

van Buuren S, Groothuis-Oudshoorn K (2011). “mice: Multivariate Imputation by Chained Equations in R.” Journal of Statistical Software, 45(3), 1-67. https://www.jstatsoft.org/v45/i03/.

or mi:

https://www.jstatsoft.org/article/view/v045i02
Describe alternatives you've considered

Multiple imputation procedures are available in SPSS, but obviously this is not reducible, implementation in R is also possible, although this can be rather difficult for people with little exposure to programming.

Additional context

@EJWagenmakers
Copy link
Collaborator

We are in fact already in the process of implementing MICE. It takes a little longer than expected, because in the mean time we also added data editing.
Cheers,
E.J.

@TarandeepKang
Copy link
Author

That must be the fastest response in history! In any case, now I will be able to help our UGs and my R-phobic PhD supervisor transition away from SPSS, because JASP will be able to fulfil all of their needs. Thank you again for all the hard work, folks!

@juliuspfadt
Copy link
Contributor

@EJWagenmakers How far along are we with this?

@EJWagenmakers
Copy link
Collaborator

We wanted to wait until we have data editing. We can revisit this issue immediately after we have our syntax release. Actually, maybe before that time some project members can look into this.

@tomtomme
Copy link
Member

MICE etc is now tracked here: #2437
closing since duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants