Hello,
For some reason, the readModels function is not extracting model fit indices from my EFA models anymore. There are global fit indices in the Mplus output. My code worked ~4 months ago...so I don't know if it's because I updated R or Mplus insce then, but I'm using the latest version of both. I also re-downloaded the latest version of MplusAutomation off of Github.
My code:
fit = readModels("~/Documents/models/output.out", what = "summaries")
The error message is:
<simpleError in !is.null(arglist$Parameters) && !
is.na(arglist$Parameters): 'length = 9' in coercion to 'logical(1)'>
And when I do not specify "summaries" and get all the output, the summaries part of the mplus.model object is empty.
Anyone else having this problem? Any ideas of how to fix it?
Thanks!
Whitney