Displaying 1 result from an estimated 1 matches for "mplus_output_2class_lgmm".
2011 Mar 05
0
extractModelParameters HELP!!!
...l out files (max. 100). I'm extracting the
model parameters from each cell and doing subsequent calculations, primarily, on
'est.' column. The following code demonstrates how I'm extracting the parameters
and referencing the est. column:
CurrentDir =
paste("D:/Dissertation/Mplus_Output_2Class_LGMM/",a,"-",b,"-",c,"-",d,"-",e,"-",f,
sep="")
modelResults <- extractModelParameters(CurrentDir, recursive=FALSE,
dropDimensions=TRUE)
numReps = length(list.files(CurrentDir, pattern="*.out"))
after the above code is execu...