
Articles
A guide on using statim R package
- Hypothesis Testing with {statim}
A guide on performing hypothesis testing with the statim R package, with a comparison against base R and rstatix.
- Regression modelling with {statim}
A guide on performing regression modelling with statim R package.
- Beyond Equality: Custom Hypotheses with {statim}
A guide on stating and testing custom null hypotheses.
- ANOVA for Linear models with {statim}
A guide on using statim R package
- Predicting with linear models from {statim}
A guide on performing post-hoc, featuring prediction from linear models, with statim R package.
- Gauging effect size with {statim}
A guide on reporting effect size with statim R package.
Pointers of statim you need to know
- `<var_id>` objects
Pointers of mappers for developers
- stat_define objects
Pointers of statim’s core estimation method for developers
- What are {statim}'s Null Hypothesis Expressions?
Pointers of statim’s null hypothesis expressions for developers
- via(): Switching to different mode
Pointers of statim’s art of switching for developers
- Execution and Retrieval of Outputs
Pointers of statim execution stage for developers
Writing statim extensions
- Writing new estimation method for inferential statistics
Writing statim extensions
- Writing new `tidy()` method
Writing statim extensions