vif: Variance Inflation Factor and Collinearity Diagnostics

Description Usage Arguments

View source: R/diag.R

Description

Variance Inflation Factor and Collinearity Diagnostics

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
vif(mod, ...)

## S3 method for class 'lm'
vif(mod, ...)

## S3 method for class 'vif'
print(obj, ...)

## S3 method for class 'vif'
summary(obj, ...)

## S3 method for class 'summary.vif'
print(obj, digits = max(3L, getOption("digits") - 3L),
  ...)

Arguments

mod

an R object

...

further arguments pass to or from other methods


regbook/regbook documentation built on June 27, 2020, 10:15 p.m.