{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww10800\viewh8400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural \f0\fs24 \cf0 > cordat <- readLowTriMat(file = "MatricesReduced.txt", no.var = 15, na.strings="NA")\ Read 1200 items\ > N <- c(5689,8597, 24396, 8870, 36435, 34687, 56308, 34299, 53760, 68427)\ > stage1fixed <- tssem1(Cov = cordat, n = N, method = "FEM")\ > summary(stage1fixed)\ \ > stage1random <- tssem1(Cov = cordat, n = N, method = "REM", \ + RE.type = "Diag")\ > summary(stage1random)\ \ > firstRun <- mxRun(stage1random)\ Error in mxRun(stage1random) : mxRun can only act on MxModel objects\ }