-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
37 lines (37 loc) · 1.07 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: olsrr
Type: Package
Title: Tools for Building OLS Regression Models
Version: 0.6.1.9000
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
Description: Tools designed to make it easier for users, particularly beginner/intermediate R users
to build ordinary least squares regression models. Includes comprehensive regression output,
heteroskedasticity tests, collinearity diagnostics, residual diagnostics, measures of influence,
model fit assessment and variable selection procedures.
Depends:
R(>= 3.3)
Imports:
car,
ggplot2,
goftest,
graphics,
gridExtra,
nortest,
stats,
utils,
xplorerr
Suggests:
covr,
descriptr,
knitr,
rmarkdown,
testthat,
vdiffr
License: MIT + file LICENSE
URL: https://olsrr.rsquaredacademy.com/, https://github.com/rsquaredacademy/olsrr
BugReports: https://github.com/rsquaredacademy/olsrr/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3