home.msbstats.info
(He/Him)
#rstats
juliasilge.github.io/tidytext/ref...
#rstats
juliasilge.github.io/tidytext/ref...
Counterintuitively - being on the logit scale, this is actually translates to a **strong** prior that p(y=1) is near 1 or near 0.
Always check your priors!
#rstats
Counterintuitively - being on the logit scale, this is actually translates to a **strong** prior that p(y=1) is near 1 or near 0.
Always check your priors!
#rstats
It's these:
It's these:
Use a formula with
y ~ 0 + offset(...)
This works with any formula interface, and with #tidymodels this can be passed to add_model().
#rstats
Use a formula with
y ~ 0 + offset(...)
This works with any formula interface, and with #tidymodels this can be passed to add_model().
#rstats
(I think I stole some of this ggplot code from @mattcraddock.com?)
(I think I stole some of this ggplot code from @mattcraddock.com?)