The reghelper package offers numerous functions to make some aspects of regression models (and similar types of modelling) simpler.
The following methods are currently implemented:
beta |
Calculates standardized beta coefficients. |
build_model |
Allows variables to be added to a series of regression models sequentially. |
ICC |
Calculates the intra-class correlation for a multi-level model. |
cell_means |
Calculate the estimated means for a fitted model. |
graph_model |
Easily graph interactions at +/- 1 SD (uses ggplot2 package). |
simple_slopes |
Easily calculate the simple effects of an interaction. |
sig_regions |
Calculate the Johnson-Neyman regions of significance for an interaction. |