Francisco Rodriguez-Sanchez

Results 82 comments of Francisco Rodriguez-Sanchez

shiny apps: https://github.com/EducationShinyAppTeam/BOAST https://github.com/gastonstat/shiny-introstats https://github.com/rsquaredacademy/xplorerr https://github.com/jodeleeuw/shiny-stats

https://github.com/squid-group/squid

David Warton's book: https://link.springer.com/book/10.1007/978-3-030-88443-7

A guide to modeling outcomes that have lots of zeros with Bayesian hurdle lognormal and hurdle Gaussian regression models https://www.andrewheiss.com/blog/2022/05/09/hurdle-lognormal-gaussian-brms/

A guide to figuring out what the heck marginal effects, marginal slopes, average marginal effects, marginal effects at the mean, and all these other marginal things are https://www.andrewheiss.com/blog/2022/05/20/marginalia/

https://github.com/allisonhorst/penguins

Good idea. I think in most cases people are just not aware they should cite packages as well as R core... So there's a lot of awareness work to do...

Yes, I agree. And the building blocks are already out there: (i) scan scripts for packages used, and (ii) create .bib file and/or rendered text with formatted citations for copy-pasting...

Hi, In some spare time I had a go and made a very basic prototype: https://github.com/Pakillo/grateful. Incomplete and probably buggy, but seems to work already. Feel free to improve, modify,...

Hi, I think having a template (folder structure, etc) to use for all your projects helps a lot to work reproducibly. You always start from it and just have to...