getVIF function

Converts the R-square to the variance inflation factor

Converts the R-square to the variance inflation factor

calculates vif = 1/(1-R-square)

getVIF(rsq)

Arguments

  • rsq: a vector of real values, presumably fitted R-squares

Returns

a vector of vif estimates

Author(s)

Paul E. Johnson pauljohn@ku.edu

  • Maintainer: Paul E. Johnson
  • License: GPL (>= 3.0)
  • Last published: 2022-08-06

Useful links