Reg: installation of Open Mx
Posted on

Forums
Hi
I have R program {R version 3.1.1 (2014-07-10)}.
But I am not able to run Open Mx.
How do I check if R program is installed and ready to run Open Mx?
I would be glad if you could help me to run Open Mx.
Thanks in advance
Bhavana.B
bhvn10@gmail.com
need more info to help
Have you installed openMx?
install.packages("OpenMx")
Have you loaded it into R?
library("OpenMx")
Log in or register to post comments
In reply to need more info to help by tbates
For clarity,
For clarity,
install.packages("OpenMx")
requires an Internet connection to work. If OpenMx is installed and your system is properly configured, you should see a result (rather than an error) if you doinstalled.packages()["OpenMx",]
at the R prompt.Log in or register to post comments