Question: pooling ORM results using imputed data #662
Replies: 1 comment
-
Direct pooling requires that the analysis-function, |
Beta Was this translation helpful? Give feedback.
-
Direct pooling requires that the analysis-function, |
Beta Was this translation helpful? Give feedback.
-
I wanted to pool results from my ORM function after imputing my data (m=100).
This is what the code looks like;
MT_empty <- with (Trajectories_imp, orm (class ~ BIA_BMI + Age + Gender + Educationlevel))
MT_empty1 <- pool (MT_empty)
the first line works fine, however when I try to pool I get the following error:
Error: No tidy method for objects of class orm
I also tried loading broom.mixed before, but that doesn't seem to fix the issue. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions