Package: reghelper
Type: Package
Title: Helper Functions for Regression Analysis
Version: 1.0.2
Date: 2021-02-19
Authors@R: person("Jeffrey", "Hughes", email="jeff.hughes@gmail.com",
    role=c("aut", "cre"))
Description: A set of functions used to automate commonly used methods in
    regression analysis. This includes plotting interactions, and calculating
    simple slopes, standardized coefficients, regions of significance
    (Johnson & Neyman, 1936; cf. Spiller et al., 2012), etc. See the reghelper
    documentation for more information, documentation, and examples.
License: GPL-3
URL:
Depends: R (>= 3.1.0)
LazyData: true
Imports: ggplot2 (>= 1.0.0), stats, nlme, lme4, utils
Suggests: testthat (>= 0.8.1)
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-20 18:54:06 UTC; jeff
Author: Jeffrey Hughes [aut, cre]
Maintainer: Jeffrey Hughes <jeff.hughes@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-20 19:20:02 UTC
