Replies: 1 comment 1 reply
-
Hi Alain, As of now, there isn't a simpler way than I hadn't thought much about this for the |
Beta Was this translation helpful? Give feedback.
-
Hi Alain, As of now, there isn't a simpler way than I hadn't thought much about this for the |
Beta Was this translation helpful? Give feedback.
-
Hello...what would be the easiest way to get simultaneous CIs with draw()? I can get them manually with confint...but it would be much easier if draw() could plot them (I don't think it can??).
I can see how to do it manually:
https://gavinsimpson.github.io/gratia/articles/custom-plotting.html
This part:
sm <- smooth_estimates(m) |> add_confint()
And then replace by: confint and adjust the type argument. Is there any way of doing this faster?
Or change that line in draw.gam?
Alain
Beta Was this translation helpful? Give feedback.
All reactions