Learn R Programming

reghelper (version 1.1.2)

reghelper-package: 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.

Arguments

Author

Maintainer: Jeffrey Hughes jeff.hughes@gmail.com

Authors:

Details

The following methods are currently implemented:

betaCalculates standardized beta coefficients.
build_modelAllows variables to be added to a series of regression models sequentially.
ICCCalculates the intra-class correlation for a multi-level model.
cell_meansCalculate the estimated means for a fitted model.
graph_modelEasily graph interactions at +/- 1 SD (uses ggplot2 package).
simple_slopesEasily calculate the simple effects of an interaction.
sig_regionsCalculate the Johnson-Neyman regions of significance for an interaction.

See Also