myTwinData.txt?
Posted on

Forums
Hi
I am new to OpenMx and thought that I would try things out by working through some of the examples.
Does anyone know where I can get the dataset myTwinData.txt that is used in some of them?
Thankyou
Karin
To answer my own question, I
http://openmx.psyc.virginia.edu/dev/timeline/listing.php?repname=OpenMx&path=%2Ftrunk%2Fdata%2F
Log in or register to post comments
Hi Karen, twinData and
twinData and myTwinData are built-in, so you can just say
data(twinData)
head(twinData)
data(package="OpenMx") shows all the available example sets
Log in or register to post comments