corsel: Multicollinearity test

corselR Documentation

Multicollinearity test

Description

multicollinearity is the occurence of high interrelations among two or more independent variables in a multiple regression.

Usage

corsel(x, thrs, num)

Arguments

x

is a numeric vector or matrix

thrs

threshold set to calculate correlation above

num

logical

Examples

data(macroKZ)
corsel(macroKZ,num=FALSE,thrs=0.65)

AFR documentation built on Aug. 29, 2025, 5:18 p.m.