How To... Create a Multiple Linear Regression Model in R

Поділитися
Вставка
  • Опубліковано 24 чер 2021
  • Learn how to do a create a Multiple Linear Regression Model with ‪@EugeneOLoughlin‬.
    The R script (101_How_To_Code.R) for this video is available to download from Github at:
    github.com/eoloughlin/How-To-...

КОМЕНТАРІ • 13

  • @monicajohnson3741
    @monicajohnson3741 8 місяців тому

    Very clear and concise! Thank you

  • @Caleidus
    @Caleidus 3 роки тому

    Thank you, Eugene...

  •  2 роки тому

    thank you Eugene 👍

  • @bindubala9560
    @bindubala9560 8 місяців тому

    Thanks man! You vedios help me in completing my assisgnmnets and clearly understand the concepts❤

  • @azizmouhanna8996
    @azizmouhanna8996 Рік тому

    wonderful man!! thanks a lot

  • @luisramirezuchile
    @luisramirezuchile Місяць тому

    Great video. I have a question. My understanding is that the "proper" way to detect multicollinearity in a regression model is by calculating a metric known as the variance inflation factor ( VIF). Is it equivalent to use your approach?

  • @AzizurRahman-hv3ck
    @AzizurRahman-hv3ck Рік тому +1

    Good work

  • @hafzanaabdulhukh3841
    @hafzanaabdulhukh3841 3 місяці тому

    Such a saviour🙂

  • @leereedembroidery
    @leereedembroidery Рік тому

    Thank you!

  • @moron9180
    @moron9180 6 місяців тому

    thanks, sir

  • @jjmark4107
    @jjmark4107 3 роки тому +2

    you save my ass

  • @user-uj9zk3zu7o
    @user-uj9zk3zu7o 2 місяці тому

    What do I do if I do have multicollinearity between my variables

    • @EugeneOLoughlin
      @EugeneOLoughlin  2 місяці тому

      Hi Freddie,
      If you have multicollinearity between two variables you should remove one of them and re-calculate regression without it.
      Dr E.