You are here

Reg: installation of Open Mx

3 posts / 0 new
Last post
BHAVANA B's picture
Offline
Joined: 01/29/2016 - 15:35
Reg: installation of Open Mx

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

tbates's picture
Offline
Joined: 07/31/2009 - 14:25
need more info to help

Have you installed openMx?

install.packages("OpenMx")

Have you loaded it into R?

library("OpenMx")
AdminRobK's picture
Offline
Joined: 01/24/2014 - 12:15
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 do installed.packages()["OpenMx",] at the R prompt.