Excel: multicollinearity; variance inflaction factor (VIF)

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024
  • Data: www.ishelp.inf...
    Watch the prior video in the playlist on creating dummy codes out of categorical data in order to get the data into the format I use in this video.
    This video (or a related video) is used in two of my books:
    1. Introduction to Information Systems
    Contents: app.myeducator...
    Purchase: app.myeducator...
    2. Data-Mining Projects and Database Essentials
    Contents: app.myeducator...
    Purchase: app.myeducator...
    To request an instructor copy, email me at mark.keith@gmail.com

Комментарии • 14

  • @kardelencakabay9271
    @kardelencakabay9271 Год назад +3

    This is the video that I look for hours!!

  • @thanh-trucle3585
    @thanh-trucle3585 9 месяцев назад +1

    Thank you so much! You made it so easy to calculate VIF.

  • @qeemaparatha
    @qeemaparatha Год назад +1

    Loved the way the video was explained. Simple and clearly understandable.

  • @zadefrontier2639
    @zadefrontier2639 2 года назад +1

    Thanks Keith! You made it easy for me to understand VIF.

  • @adambro8
    @adambro8 2 года назад +3

    Hi Mark, nice solution! However, I found that there's a simpler way to get the R-squared values (and as such) the VIFs. If you complete the covariance matrix of the independent variables by transposing the columns into lines, and then you invert the matrix with =minverse block function you can easily get the R-squared values with the 1-1/R for each independent variable. :)

    • @peakymeowees5937
      @peakymeowees5937 2 года назад +2

      HA Ha Nerd

    • @MarkKeith
      @MarkKeith  Год назад

      Thanks Adam, you're totally right. I used this example for my students because I thought it would help them understand it conceptually. But your technique is definitely easier/faster 👍

    • @paulazagonor2672
      @paulazagonor2672 8 месяцев назад +1

      Columns into rows or lines??

  • @matchalob
    @matchalob 2 года назад +1

    This video help me a lot! Thank you so much!

  • @blinkarmy25001
    @blinkarmy25001 Год назад +1

    Thank you!!

  • @takanna
    @takanna Год назад

    hi tk u!! I did a multicollinearity check via the methods described and it showed up us:
    during bivariate correlation testing, Pearson is 0.692 (p suggesting moderate to almost strong correlation
    but during linear regression with correlation diagnostics check, it shows VIF of 1.92 and Tolerance of 0.52.
    how shall i interpret the results - are the 2 variables correlated or not correlated?
    also, does correlation refer to colinearity? thank you

    • @MarkKeith
      @MarkKeith  Год назад

      Good question (and I’m sorry I wasn’t able to get to it sooner). But we always trust VIF for multicollinearity over a Pearson correlation because it takes into account all of the features instead of just one at a time. The rules for VIF cutoffs are very tolerant of high individual correlations though. I’ve seen individual correlations between .8 to .9 and yet the VIF score including all features was still acceptable.

    • @takanna
      @takanna Год назад +1

      @@MarkKeith thank you so much!

  • @jobayerhasan6693
    @jobayerhasan6693 2 года назад +1

    Thanks sir.