Package: reghelper
Type: Package
Title: Helper Functions for Regression Analysis
Version: 1.1.1
Date: 2022-04-23
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), stats, nlme, lme4, MASS, utils
Suggests: testthat (>= 0.8.1)
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-04-23 16:50:23 UTC; jeff
Author: Jeffrey Hughes [aut, cre],
  David Beiner [aut]
Maintainer: Jeffrey Hughes <jeff.hughes@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-24 00:00:02 UTC
Built: R 4.1.2; ; 2022-04-24 11:16:51 UTC; unix
