Multiple linear regression - explained with two simple examples

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • See all my videos at www.tilestats....
    In this video, we will see how multiple linear regression is computed. The focus is to understand how to interpret the coefficients in models with both categorical and numeric variables, and models with interaction terms.

Komentáře • 32

  • @DasithDm
    @DasithDm Před 8 dny +1

    this video understand more than others.... sooooo thank u and keep it up............... give example is beter way to undestand.... i kindly request videos that realated to Machine Learning 🥰

  • @helenadesoba8894
    @helenadesoba8894 Před 2 lety +9

    Alas! I found a video I could relate with well when it comes to multiple linear regression. The examples you used gave more clarity. Thanks so much

  • @archer9056
    @archer9056 Před 5 měsíci +1

    Best channel❤ but underrated ..
    Simple and intuitive explanation of complex concepts..

  • @tedransom8087
    @tedransom8087 Před 3 lety +2

    Thank you! I finally understood how to interpret the coefficients in a multiple linear regression model.

  • @joyceks1882
    @joyceks1882 Před 2 lety +5

    i've been looking for this example! so clear and well explained. thank you!!!

  • @hopelesssuprem1867
    @hopelesssuprem1867 Před rokem +1

    thank u for a good explanation

  • @fazlfazl2346
    @fazlfazl2346 Před rokem

    Great explanation for interaction term. Thank you.
    One question though. Here you explained the meaning of interaction between a continuous variable and a categoric variable. How can we interpret the interaction when both the terms in the interaction are Continuous variables and when both the terms are Categoric variables?

  • @MsJaguarundi
    @MsJaguarundi Před měsícem

    Why do you change the example midway? You didn't explain how you calculated the equations.

  • @nordanvinden5351
    @nordanvinden5351 Před 10 měsíci +1

    Very good.

  • @MarinaOrgino
    @MarinaOrgino Před 5 měsíci +1

    Can I ask... Where did you get that 30.57 and 3.55?

    • @tilestats
      @tilestats  Před 4 měsíci

      Have a look at this video
      czcams.com/video/taPvVyJVc_A/video.html

  • @salwaabbas549
    @salwaabbas549 Před 2 lety +1

    Thank you

  • @khaingzar3136
    @khaingzar3136 Před 3 měsíci

    Which software is used to get the equation for model
    Price = constant + Age.Coefficient + Mileage.Coefficient ?

    • @tilestats
      @tilestats  Před 3 měsíci

      You have to create the equation on your own and then use the software to estimate the parameter values for the equation. I use R but you can use any other statistical software to get the same parameter values.

  • @tomgu1893
    @tomgu1893 Před 9 měsíci

    if I had a category such as car dealer which has more than just two options (so I can't just put 0 and 1) how would I go about incorporating that?

    • @tomgu1893
      @tomgu1893 Před 9 měsíci

      say we had dealer a, dealer b and dealer c, where the difference is noticeable between them

  • @SantiagoValdezRoy
    @SantiagoValdezRoy Před 7 měsíci

    How is the code “0” or “1” determined? What if you had a third category? Would it be “2”? Only part that I didn’t follow fully.

    • @tilestats
      @tilestats  Před 7 měsíci

      No, then you add an extra term in the equation. If term 1 = 0 and term 2 = 0 it will represent the baseline group(group 1) If term 1 = 1 and term 2 = 0 it will represent group 2, if term 1 = 0 and term 2 = 1, it will represent group 3.

  • @dfdfgdfkih
    @dfdfgdfkih Před 2 lety

    Well explained. Thanks a lot!

  • @fazlfazl2346
    @fazlfazl2346 Před rokem

    This is a great video.
    Does this mean we are actually analyzing men and women differently as we get two different regression lines: one for men and one for women. How will this compare if we run the model stratified by Gender?

    • @tilestats
      @tilestats  Před rokem

      Yes, men and women are predicted differently by the model because they have separate regression lines.

  • @OMARRAFIQUE-oz5td
    @OMARRAFIQUE-oz5td Před rokem

    Thank you for this. What if we code Gender as 'M' and 'F' and not 0 and 1. Then at 10.50, it will be 12.9xM and not 12.9x1. Then how can we include 12.9xM in the intercept? What I mean is that 0 and 1 in this case are factors, can we multiply 12.9 with a factor (treating factor as a numeric)?
    Also we can choose any other number instead of 0 and 1 e.g. 3 and 9. Then in this case the intercepts will be different. So, this seems arbitrary as the Gender intercepts depend on the way we choose the numbers?

    • @tilestats
      @tilestats  Před rokem

      You should always use 0 and 1 to recode a categorical variable because they represent absent or present. However, if you use a software, it will do this automatically.

  • @asleyarmelllevado5352

    do you have the data to to solve the coefficients in your example ?

    • @tilestats
      @tilestats  Před rokem

      At minute 2:18, 7:03 and 12:38 you have all the data to reproduce the results, including estimating the coefficients.

    • @asleyllevado3050
      @asleyllevado3050 Před rokem

      I still can't get it where the data is where you calculate the b0 and b1 and b2

    • @tilestats
      @tilestats  Před rokem +1

      I do not show how to calculate the coefficients by hand. I simply plug in the data in a statistical software to compute these. In this video:
      czcams.com/video/taPvVyJVc_A/video.html
      I show how to calculate parameters by hand, but only for simple linear regression. For multiple linear regression it is a bit more calculations and I currently do not have a video on that.

  • @zu1fuqar
    @zu1fuqar Před 2 lety

    but how to cumpute coefficients in multiple regression?

    • @tilestats
      @tilestats  Před 2 lety

      Use a software, or if you must do this by hand I would recommend this page:
      www.statology.org/multiple-linear-regression-by-hand/
      I also have a video on OLS for simple linear regression:
      czcams.com/video/taPvVyJVc_A/video.html