Nothing
Code
head(quantile_residuals(m_gam, type = "pit", seed = 1), n = 10)
Output
[1] 0.17316586 0.04283083 0.94379902 0.71976658 0.46129449 0.64269592
[7] 0.53693208 0.06973594 0.02772852 0.42894804
Code
head(quantile_residuals(b_pois, type = "quantile", seed = 1), n = 10)
Output
[1] 1.9057123 -0.8627816 0.6520413 0.9163218 0.6258978 0.9575311
[7] 0.3101725 1.0874592 -0.3150668 -1.2923274
Code
quantile_residuals(m_twlss, type = "quantile", seed = 1)
Condition
Error in `do_quantile_residuals()`:
! Quantile residuals are not available for this family.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.