I have installed and loaded the mi package for imputations. I finished the imputations but there are some functions that are supposed to be a part of mi that give me errors saying they cannot find the functions.
I've tried reinstalling/reloading mi, I've updated my R Studio and R package as well.
'all.imputations <- mi.completed(imputations)'
'write.mi(imputations)'
'lm.mi(outcome ~ variable1 + variable2,
data = imputations, m = NULL)'
Error in mi.completed(imputations) : could not find function "mi.completed"
Error in write.mi(imputations) : could not find function "write.mi"
Error in lm.mi(outcome ~ variable1 + variable2, data = imputations, : could not find function "lm.mi"