-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
29 lines (29 loc) · 962 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
25
26
27
28
29
Package: lindia
Type: Package
Title: Automated Linear Regression Diagnostic
Version: 0.10
Authors@R: c(person("Yeuk Yu", "Lee",
email = "[email protected]",
role = c("aut", "cre")),
person("Samuel", "Ventura",
email = "[email protected]",
role = c("aut")))
Description: Provides a set of streamlined functions that allow
easy generation of linear regression diagnostic plots necessarily
for checking linear model assumptions.
This package is meant for easy scheming of linear
regression diagnostics, while preserving merits of
"The Grammar of Graphics" as implemented in 'ggplot2'.
See the 'ggplot2' website for more information regarding the
specific capability of graphics.
Depends:
R (>= 3.2.2)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
MASS,
ggplot2,
gridExtra
URL: https://github.com/yeukyul/lindia
BugReports: https://github.com/yeukyul/lindia/issues