Closed bbachilles closed 3 years ago
There are no built in functions to pool results. I personally build the process manually using lapply for whatever analysis I am performing to return the results for each dataset as a list.
If I could put in a plug for "piping" results into the mice/mitml universe for analysis, that would be great. Thanks!
Hello,
Thanks so much for you and your team's work on miceRanger. I used PMM to impute (what I think is the) default 5 imputed datasets. I would like to use those 5 imputed datasets to run a subsequent analysis. Typically, I would use something like the mitml package for this by extracting the list of datasets:
Is this the same procedure to use with a miceRanger object? I cannot seem to get it to work, however. Any help or information about this process would be most appreciated.
Thanks!