performance
performance copied to clipboard
:muscle: Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)
There are many such instances in this test file: https://github.com/easystats/performance/blob/c8977486a8f61e8de76840eb29bafb16c0925a6b/tests/testthat/test-model_performance.bayesian.R#L7 `insight::download_model()` will anyway return `NULL` in case of an error.
Automatically updated the `DESCRIPTION` file using `usethis::use_latest_dependencies()`.
I was playing with a glm() to check how various packages check for assumptions, and I saw that for binomial models it does not produce the QQ plot (although the...