-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with mixtureSummaryTable and readModels #206
Comments
I'd like to add some more details regarding the issue I mentioned. While the summaryTable can read and display the object returned by the readModels, certain indices such as min_N and max_N for mixture models are still not available. This makes it challenging as I still require a suitable object format, like what was returned by the now-deprecated extractModelSummaries, which could be processed by mixtureSummaryTable. |
Hi everyone, I would like to share my solution addressing this issue,
and the corresponding result looks like below, where the proportion for each class will be sorted in descending order and separated by a slash. This may help you consider whether there is enough proportion in each class.
I hope this function will be of some help to your work. |
Hi,
I'm currently using the mixtureSummaryTable function in the MplusAutomation package to summarize several mixture models, particularly for comparing model fits. I've encountered an issue where the objects returned by readModels("nameofMplusoutfile.out", what="summaries")$summaries don't seem to function as effectively as extractModelSummaries, which is now deprecated.
Could you please provide any guidance or workaround to address this issue? Any help would be greatly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: