Reg: installation of Open Mx

Posted on
Picture of user. BHAVANA B Joined: 01/29/2016

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

Replied on Wed, 02/10/2016 - 07:04
Picture of user. tbates Joined: 07/31/2009

Have you installed openMx?

install.packages("OpenMx")

Have you loaded it into R?

library("OpenMx")

Replied on Wed, 02/10/2016 - 10:13
Picture of user. AdminRobK Joined: 01/24/2014

In reply to by tbates

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.