Displaying 1 result from an estimated 1 matches for "dropdimensions".
2011 Mar 05
0
extractModelParameters HELP!!!
...ng 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 executed, 'modelResults' has all the data from the out
files as different elements of the returned list. I'm accessing est. column from
each element in the following way:
for (g in 1:nu...