Return change in -2LL in umxRun#262
Conversation
Modified `umxRun` to calculate and report the change in -2 Log Likelihood (-2LL) when re-running models. The change is stored in `model@output$changeLL` and printed if `summary` is TRUE. - Captured `start2LL` from model output before running. - Calculated difference after running. - Added message to display change. - Removed TODO comment.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Implemented calculation and reporting of change in -2LL in
umxRun. Checks if the model has been run previously, captures the start -2LL, runs the model, and then calculates the difference. The result is stored inmodel@output$changeLLand messaged to the user if summary is requested.PR created automatically by Jules for task 14162876229559206553 started by @tbates