Package: reghelper
Type: Package
Title: Helper Functions for Regression Analysis
Version: 1.1.2
Date: 2023-09-02
Authors@R: c(
    person("Jeffrey", "Hughes", email="jeff.hughes@gmail.com", role=c("aut", "cre")),
    person("David", "Beiner", email="beiner.reghelper@gmail.com", role=c("aut")))
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: https://github.com/jeff-hughes/reghelper
BugReports: https://github.com/jeff-hughes/reghelper/issues
Depends: R (>= 3.1.0)
Imports: ggplot2 (>= 1.0.0), rlang, stats, nlme, lme4, MASS, utils
Suggests: testthat (>= 0.8.1)
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-02 23:13:01 UTC; jeff
Author: Jeffrey Hughes [aut, cre],
  David Beiner [aut]
Maintainer: Jeffrey Hughes <jeff.hughes@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-02 23:40:02 UTC
Built: R 4.5.2; ; 2025-11-08 03:43:17 UTC; windows
