You are here

The OpenMx website will be down for maintenance from 9 AM EDT on Tuesday, September 17th, and is expected to return by the end of the day on Wednesday, September 18th. During this period, the backend will be updated and the website will get a refreshed look.

umxACE with summary data

1 post / 0 new
noamm's picture
Offline
Joined: 10/10/2018 - 17:20
umxACE with summary data

Hi all,

I'm trying to do something rather simple - a univariate ACE model (using umxACE) with summary data (either correlation or covariance), but until now I used only raw data. I saw in the documentation this possibility is supported by umxACE, however, I can't seem to make it work.

I've tried several options attached below (mzCorDF - the correlation as a data frame, mzCorMatrix - the correlation (or covariance) matrix of twin 1 and twin 2 of the trait.

What kind of input the function expects for it to understand it is summary data?

Thanks!

 
umxACE(mzData = .76, dzData = .29, type = "cor", numObsMZ = 149, numObsDZ = 562)
umxACE(selDVs = "Trait1",mzData = mzCorDF, dzData = dzCorDF, type = "cor", numObsMZ = 149, numObsDZ = 562)
umxACE(selDVs = "Trait1",mzData = mzCorMatrix, dzData = mzCorMatrix, type = "cor", numObsMZ = 149, numObsDZ = 562)