Hi, I am trying to use the mimR Package. According to its help pages it needs the RDCOMClient package 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 RDCOMClient, but it turned out that RDCOMClient may not be called vie library at al, even though it was installed correctly. > library(RDCOMClient) Error in library(RDCOMClient) : 'RDCOMClient' is not a valid package -- installed < 2.0.0? > Does anybody have an idea what the source of the problem might be? thanks and best regards Andreas
Andreas Cordes wrote:> Hi, > I am trying to use the mimR Package. According to its help pages it > needs the RDCOMClient package 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 RDCOMClient, but it > turned out that RDCOMClient may not be called vie library at al, even > though it was installed correctly. > > > library(RDCOMClient) > Error in library(RDCOMClient) : 'RDCOMClient' is not a valid package -- > installed < 2.0.0? > > > > Does anybody have an idea what the source of the problem might be?That your (binary!) version of the RDCOMClient package has been installed with R < 2.0.0 ? Please install a recent version compiled for R-2.0.x. A binary for R-2.0.x is available from the Omegahat webpage, or compile from sources yourself (you just need to replace one line in Makefile.win, AFAIR). Uwe Ligges> thanks and best regards > Andreas > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > R-project.org/posting-guide.html