Skip to content
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

nice solution for confidence intervals #95

Open
2 of 10 tasks
tbates opened this issue Jul 21, 2019 · 2 comments
Open
2 of 10 tasks

nice solution for confidence intervals #95

tbates opened this issue Jul 21, 2019 · 2 comments
Assignees
Labels
enhancement top5 marked as an active goal: close before working on other issues

Comments

@tbates
Copy link
Owner

tbates commented Jul 21, 2019

umxConfint is the main umx method for reporting confidence intervals. This issue is to list up and check off improvements that will make CIs available in all plots and reports.

  • Merge umxCI into umxConfint as alias.
  • Flexible choice to use SEs in place of CIs
  • Uniform CI accessor for plot
  • Extract verbose CI report from summary and preserve notes, and estimates in the umx CI report.
  • Auto report verbose summary CI report when there are errors in computing CIs.
  • Add "smart" CIs for umxCP.
  • Add "smart" CIs for additional high-level models (1-click, adds CIs for informative algebras, avoids computing non-informative parameters).
  • CI requests are not checked for redundancy with existing requests. Some of this is difficult, but add some redundancy checking.
  • mxSE doesn't work with models with constraints. Look for workarounds.
  • CIs don't always get computed: Strategies might help: Automated retry for CIs that do not run, auto-switch optimizer, run longer for code blue.
@tbates tbates added enhancement top5 marked as an active goal: close before working on other issues labels Jul 21, 2019
@tbates tbates self-assigned this Jul 21, 2019
@tbates tbates added this to To do in table output via automation Jul 21, 2019
@tbates tbates added this to To do in UI via automation Jul 21, 2019
@mcneale
Copy link
Collaborator

mcneale commented Jul 23, 2019

mxSE works with constraints in the model, since v. 2.13

@tbates
Copy link
Owner Author

tbates commented Jul 23, 2019

Just discovered this yesterday: Massive feature that went under the radar for me!

https://openmx.ssri.psu.edu/node/4353

@tbates tbates moved this from To do to In progress in UI Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement top5 marked as an active goal: close before working on other issues
Projects
UI
  
In progress
table output
  
To do
Development

No branches or pull requests

2 participants