-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
visualisation_recipe() : check for multiple CIs #141
Comments
Should work now :) plot(modelbased::estimate_relation(lm(mpg ~ disp, data = mtcars), ci = c(.50, .80, .95))) Created on 2021-08-19 by the reprex package (v2.0.1) |
Hi, it seems a similar problem persists with For instance,
Outputs no CI... The same goes for:
I can retrieve my 95% CI by specifying multiple
But then, the output can not be easily plotted via
results in this error:
Any idea on how to plot estimates from Thank you! Ladislas |
Salut Ladislas,
|
Hi Dominique, OK, thank you for your prompt answer, and thank you for developing/maintaining the package! Ladislas |
If a modelbased object contains multiple CIs,
visualization_recipe()
currently produces an invalid plot call. It should check for multiple CI columns and then iterate over them withalpha = .3
or so ribbons.Created on 2021-08-18 by the reprex package (v2.0.0)
The text was updated successfully, but these errors were encountered: