You are here

Revision of FAQ OpenMx from Mon, 12/28/2009 - 11:52

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

Wiki home pagePlease add material here as you learn...
If you have questions not answers, then add those here: That's how a wiki works.

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?

if you download a new version of the package, or compile a new from from the svn, you can load the new version by doing

  detach("package:OpenMx")
  library(OpenMx)

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)

OpenMx library concepts

What is a named entity?

A named entity is the term used by the OpenMx library for any S4 object that includes the slot "name". Examples of S4 classes in the OpenMx library that create named entities include MxModel, MxMatrix, MxAlgebra, MxObjectiveFunction, and MxData. An equivalent answer to this question would be any S4 object 'foo' such that 'foo@name' will return a value.

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?

OpenMx for mx 1.x usersView

OpenMx for MPlus users

Is there a tutorial to help me transition?

OpenMx for Mplus UsersView

OpenMx for Amos users

Is there a tutorial to help me transition?

OpenMx for Amos UsersView

OpenMx: help with scripting

My script isn't running

Have a look at our common errors list

Syntax writing

I use TextMate: is there a syntax bundle?

Yes, there is. You can install it using Getbundles