-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
Package: mcvis
Type: Package
Title: Multi-Collinearity Visualization
Version: 1.0.6
Authors@R: c(
person(given = "Kevin", family = "Wang", email = "kevin.wang09@gmail.com", role = c("aut", "cre")),
person(given = "Chen", family = "Lin", email = "16300180053@fudan.edu.cn", role = c("aut")),
person(given = "Samuel", family = "Mueller", email = "samuel.mueller@sydney.edu.au", role = c("aut"))
)
Description: Visualize the relationship between linear regression variables and causes of multi-collinearity.
Encoding: UTF-8
Imports:
assertthat,
igraph,
ggplot2,
purrr,
magrittr,
reshape2,
shiny,
dplyr,
psych,
rlang
RoxygenNote: 7.1.1
License: GPL-3
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
mplot,
rmarkdown
VignetteBuilder: knitr