reghelper-package {reghelper} | R Documentation |
reghelper: A package to help with running regression analyses.
Description
The reghelper package offers numerous functions to make some aspects of regression models (and similar types of modelling) simpler.
Details
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. |
Author(s)
Maintainer: Jeffrey Hughes jeff.hughes@gmail.com
Authors:
David Beiner beiner.reghelper@gmail.com
See Also
Useful links:
Report bugs at https://github.com/jeff-hughes/reghelper/issues
[Package reghelper version 1.1.2 Index]