Skip to content

VisCollin

Visualizing Collinearity Diagnostics

v0.1.2 · Sep 5, 2023 · GPL (>= 3)

Description

Provides methods to calculate diagnostics for multicollinearity among predictors in a linear or generalized linear model. It also provides methods to visualize those diagnostics following Friendly & Kwan (2009), "Where’s Waldo: Visualizing Collinearity Diagnostics", <doi:10.1198/tast.2009.0012>. These include better tabular presentation of collinearity diagnostics that highlight the important numbers, a semi-graphic tableplot of the diagnostics to make warning and danger levels more salient, and a "collinearity biplot" of the smallest dimensions of predictor space, where collinearity is most apparent.

Downloads

CRAN

252

Last 30 days

16980th

620

Last 90 days

2.4K

Last year

Trend: +56.5% (30d vs prior 30d)

r2u CRAN

9

Last 30 days

24

Last 90 days

102

Last year

Trend: -35.7% (30d vs prior 30d)

autoCRAN

1

Last 7 days

13

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running examples in ‘VisCollin-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: biomass
> ### Title: Biomass Production in the Cape Fear Estuary
> ### Aliases: biomass
> ### Keywor
...[truncated]...
                     Mn + Zn + Cu + NH4,
+                  data=biomass)
> car::vif(biomass.mod)
Error in loadNamespace(x) : there is no package called ‘car’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Version History

3 tracked
new 0.1.2 Mar 10, 2026
updated 0.1.2 ← 0.1.1 diff Sep 4, 2023
new 0.1.1 Aug 16, 2023