Richard J Telford
Richard J Telford
I took a qmd file for a round trip through google drive and everything seemed to work fine. Many thanks I think the authentication problem may be because I had...
We are importing the [data](https://onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1111%2Fgeb.12966&file=geb12966-sup-0002-AppendixS1.xlsx) with `readxl::read_excel()`. Here is the sessionInfo from one student where unicode went wrong. I think the other students with the problem had the same locale....
@kaijagahm Quarto is supported by the version of trackdown on github. You can install the it with ``` remotes::install_github("claudiozandonella/trackdown", build_vignettes = TRUE) ```
@kaijagahm Apparently trackdown has reached the maximum number of users on its current credential (see https://claudiozandonella.github.io/trackdown/). It is possible to set up your own google configuration. I've done this. It...
That works for me - thank you
``` r dat residual df #> Analysis of Deviance Table #> #> Model: binomial, link: logit #> #> Response: cbind(success, n - success) #> #> Terms added sequentially (first to...
Thank you. I was actually using `performance::check_overdispersion()` which I saw was using DHARMa internally to test overdispersion of binomial glms. `performance::check_overdispersion()` doesn't seem to let you choose the type of...