You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot_or() uses {broom}'s confidence interval (conf.int) methods which can take a while to calculate when working on large datasets. Adding an option for approximating the CI using a formula using a faster method would be helpful, particularly when reviewing models prior to agreeing a 'final' one.
See also
This issue raised on the GH pages for boom on this matter: tidymodels/broom#989
The related PR where this matter was resolved: tidymodels/broom#1060 (it seems there is an option to add in conf.method parameter)
The text was updated successfully, but these errors were encountered:
plot_or()
uses {broom}'s confidence interval (conf.int) methods which can take a while to calculate when working on large datasets. Adding an option for approximating the CI using a formula using a faster method would be helpful, particularly when reviewing models prior to agreeing a 'final' one.See also
This issue raised on the GH pages for boom on this matter: tidymodels/broom#989
The related PR where this matter was resolved: tidymodels/broom#1060 (it seems there is an option to add in
conf.method
parameter)The text was updated successfully, but these errors were encountered: