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 Nov. 2, 2023, 6:09 p.m.