R Tutorial: Linear regression in R (part 3) checking assumptions

Поділитися
Вставка
  • Опубліковано 11 чер 2020
  • This video shows you how to test a range of linear regression assumptions in R, plotting residuals in multiple ways, as well as testing for influential cases and multicolinearity.
    Code and data can be found here
    drive.google.com/drive/folder...

КОМЕНТАРІ • 8

  • @akontia6
    @akontia6 Місяць тому +1

    Sums it all up really nicely!

  • @brandonwarfield5611
    @brandonwarfield5611 2 роки тому +1

    Thanks for explaining the four plots. Also, thanks for the extra code (ols_plot)etc...

  • @hoosier-daddy465
    @hoosier-daddy465 Рік тому +1

    EXCELLENT video!

  • @KatelynSparks
    @KatelynSparks 2 роки тому

    Thankyou!

  • @natalianunez1817
    @natalianunez1817 2 роки тому

    Hi! I was wondering if you could explain how to fix the linearity assumption violation, as the graph doesn't show a linear behavior?

    • @DrPC_statistics_guides
      @DrPC_statistics_guides  2 роки тому

      you cannot fix it per se, you can transform the dependent variable and see if you then meet the assumption (although then regression coefficients are changes in the transformed DV not try DV) or you could fit non-linear effects (eg splines) where appropriate

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

    1:10