Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 867333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:57:29+00:00 2026-05-15T09:57:29+00:00

I hope that this one is not going to be ask-and-answer question… here goes:

  • 0

I hope that this one is not going to be “ask-and-answer” question… here goes:
(multi)collinearity refers to extremely high correlations between predictors in the regression model. How to cure them… well, sometimes you don’t need to “cure” collinearity, since it doesn’t affect regression model itself, but interpretation of an effect of individual predictors.

One way to spot collinearity is to put each predictor as a dependent variable, and other predictors as independent variables, determine R2, and if it’s larger than .9 (or .95), we can consider predictor redundant. This is one “method”… what about other approaches? Some of them are time consuming, like excluding predictors from model and watching for b-coefficient changes – they should be noticeably different.

Of course, we must always bear in mind the specific context/goal of the analysis… Sometimes, only remedy is to repeat a research, but right now, I’m interested in various ways of screening redundant predictors when (multi)collinearity occurs in a regression model.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T09:57:29+00:00Added an answer on May 15, 2026 at 9:57 am

    The kappa() function can help. Here is a simulated example:

    > set.seed(42)
    > x1 <- rnorm(100)
    > x2 <- rnorm(100)
    > x3 <- x1 + 2*x2 + rnorm(100)*0.0001    # so x3 approx a linear comb. of x1+x2
    > mm12 <- model.matrix(~ x1 + x2)        # normal model, two indep. regressors
    > mm123 <- model.matrix(~ x1 + x2 + x3)  # bad model with near collinearity
    > kappa(mm12)                            # a 'low' kappa is good
    [1] 1.166029
    > kappa(mm123)                           # a 'high' kappa indicates trouble
    [1] 121530.7
    

    and we go further by making the third regressor more and more collinear:

    > x4 <- x1 + 2*x2 + rnorm(100)*0.000001  # even more collinear
    > mm124 <- model.matrix(~ x1 + x2 + x4)
    > kappa(mm124)
    [1] 13955982
    > x5 <- x1 + 2*x2                        # now x5 is linear comb of x1,x2
    > mm125 <- model.matrix(~ x1 + x2 + x5)
    > kappa(mm125)
    [1] 1.067568e+16
    > 
    

    This used approximations, see help(kappa) for details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hope this question does not come off as broad as it may seem
This really, really urks me, so I hope that someone can give me a
Here I am faced with an issue that I believe(or at least hope) was
So, I've come back to ask, once more, a patterns-related question. This may be
They brush the subject in this thread, but it does not really answer much:
I know this is going to not be the same across all languages, but
I have now 1gb ram at work(i hope that will change soon) and jboss
I just installed the FindBugs plugin for Eclipse, with the hope that it will
I'm starting to get into a side project that I hope to pull in
I'm starting to develop a web application in PHP that I hope will become

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.