A unified syntax for accessing models' information
Apr 2, 2019
The richness and variety of packages for building and fitting statistical models in R is absolutely astonishing and contributes to the language’s popularity. However, this diversity makes it hard for developpers that want to create tools that work with different types of models. Indeed, the way to access models’ internal information (such as parameters names, formulae, data, etc.) is not unified, forcing the developers to spend some time figuring out how to do it for each model type.
...
➦
The end of errors in ANOVA reporting
Mar 28, 2019
This post shows how to create formatted reports for ANOVAs.
Formatted correlation output with effect sizes
Mar 25, 2019
This post shows how to create formatted reports for correlation tests