RVIF: Root Variance Inflation Factors

View source: R/stdEff-fun.R

RVIFR Documentation

Root Variance Inflation Factors

Description

Calculate root variance inflation factors (RVIF) for terms in a fitted model(s), i.e. the square root of the (generalised) VIFs.

Usage

RVIF(...)

Arguments

...

Arguments to VIF().

Details

RVIFs quantify the inflation of estimate standard errors due to multicollinearity among predictors, and also of estimates themselves compared to the 'unique' (residualised) effects. RVIFs may often be more practical than VIFs for assessing multicollinearity, relating more directly to the parameters of interest.

Value

A numeric vector of the RVIFs, or an array, list of vectors/arrays, or nested list.


semEff documentation built on Aug. 22, 2022, 9:07 a.m.