forked from cran/reghelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 872 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: reghelper
Type: Package
Title: Helper Functions for Regression Analysis
Version: 0.3.5
Date: 2020-02-01
Authors@R: person("Jeffrey", "Hughes", email="[email protected]",
role=c("aut", "cre"))
Description: A set of functions used to automate commonly used methods in
regression analysis. This includes plotting interactions, calculating simple
slopes, calculating standardized coefficients, 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)
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-02-02 18:11:56 UTC; jeff
Author: Jeffrey Hughes [aut, cre]
Maintainer: Jeffrey Hughes <[email protected]>
Repository: CRAN
Date/Publication: 2020-02-02 18:30:02 UTC