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
The plot_qq function simply uses posterior summaries to draw to qq plot. It would be better to use the raw posterior to do this, then to add uncertainty to the points on the qq plot.
I also looked at qqPlot from the car package. I like how this function works for many distributions and it has uncertainty bounds around line too.
The plot_qq function simply uses posterior summaries to draw to qq plot. It would be better to use the raw posterior to do this, then to add uncertainty to the points on the qq plot.
I also looked at qqPlot from the car package. I like how this function works for many distributions and it has uncertainty bounds around line too.
https://www.r-bloggers.com/the-many-uses-of-q-q-plots/
https://github.com/cran/car/blob/master/R/qqPlot.R
https://www.seascapemodels.org/rstats/2017/10/06/qqplot-non-normal-glm.html
https://mjskay.github.io/tidybayes/articles/tidybayes-residuals.html
The text was updated successfully, but these errors were encountered: