You are here

Revision of FAQ OpenMx from Fri, 09/18/2009 - 20:24

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

OpenMx FAQ

R

I don't know about R yet. Where can I learn?

  • This might help, especially if you already know some other stats package. .
  • Also, this site gives google results for R: often handy.
  • This Style guide might help in reading and writing code.

How do install R?

OpenMx install, getting started

How do I load the newest version of OpenMx?

Don't know yet

Where are the example scripts and demo data files?

You can view the list of demo files with this command:

 demo(package='OpenMx')

Then this will show you where they are on your system

system.file("demo", "BivariateSaturated_PathCov.R", package="OpenMx")

        [1] "/Users/~/Library/R/2.9/library/OpenMx/demo/BivariateSaturated_PathCov.R"

(you need to add ".R" to the displayed name that demo() reveals)

SEM

I don't know about Structural equation modeling yet. Where can I learn?

OpenMx for Mx users

Is there a tutorial to help me transition?

Probably a good thing to add...

OpenMx for MPlus users

Is there a tutorial to help me transition?

Probably a good thing to add...

OpenMx for Amos users

Is there a tutorial to help me transition?

Probably a good thing to add...

OpenMx: My script isn't running?

Common errors?

Probably a good thing to add...