Highlights
- Pro
Lists (4)
Sort Name ascending (A-Z)
Stars
💪 Models' quality and performance metrics (R2, ICC, LOO, AIC, BF, ...)
🎨 Visualisation toolbox for beautiful and publication-ready figures
Construct Complex Table with knitr::kable() + pipe.
🔮 Easy access to model information for various model objects
Content of the Tutorial "Working with larger than memory data in R with Arrow and DuckDB" taught on 2024-11-19
tldr; If you have a 2-4GB dataset and you need to estimate a (generalized) linear model with a large number of fixed effects, this package is for you.
In this repo, I’ll show you how to get US flight data, calculate flight routes and make stunning network visualizations of flight routes with R. 🌎 You’ll learn how to use the ggraph package in R an…