Displaying 1 result from an estimated 1 matches for "imputemiss".
2004 Nov 30
1
Using mimR
...ackage to run.
When I try to evaluate a model I get
> m.sat<-mim("..",data=gm.dat)
Error in mim.cmd("clear; clear output") : couldn't find function "COMCreate"
> m2.sat<-emfit(m.sat)
Error in toMIM(mim$data) : Object "m.sat" not found
> imputeMissing()
Error in mim.cmd("impute") : couldn't find function "COMCreate"
> imp.dat<-retrieveData()
Error in mim.cmd("pf 12,8", look.nice = FALSE) :
couldn't find function "COMCreate"
I first thought mimR might not automatically load RDCOMC...