Covariance as input in mplusAutomation

17 views
Skip to first unread message

Chunhua

unread,
Oct 27, 2021, 10:15:10 AM10/27/21
to MplusAutomation

Good morning,
Do you know if it is possible to use covariance matrix instead of raw data to run models in mplusAutomation?
Thank you!
Best,
Chunhua Cao

michael.hallquist

unread,
Nov 3, 2021, 3:51:41 PM11/3/21
to MplusAutomation
I don't believe we've designed the mplusObject to support this explicitly, but I think you should be able to get this to work if you specify the DATA section along the lines of:

mplusObject(
  DATA="TYPE IS covariance; NOBSERVATIONS=100; FILE IS mycov.dat;", 
  rdata=NULL
)

Best,
Michael

Reply all
Reply to author
Forward
0 new messages