Package: mcvis Type: Package Title: Multi-Collinearity Visualization Version: 1.0.8 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. Implements the method in Lin et. al. (2020) . Encoding: UTF-8 Imports: assertthat, igraph, ggplot2, purrr, magrittr, reshape2, shiny, dplyr, psych, rlang RoxygenNote: 7.1.1.9001 License: GPL-3 Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev zlib1g-dev Repository: https://kevinwang09.r-universe.dev Date/Publication: 2021-07-30 01:08:30 UTC RemoteUrl: https://github.com/kevinwang09/mcvis RemoteRef: HEAD RemoteSha: 8f3267d67d42e924316a73568d8d57c1f74f0153 NeedsCompilation: no Packaged: 2026-07-04 02:51:03 UTC; root Author: Kevin Wang [aut, cre], Chen Lin [aut], Samuel Mueller [aut] Maintainer: Kevin Wang