Multiple regression - making sure that your assumptions are met

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • Doing diagnostics on your model assumptions in R programming is easy. This video is about linear regression, specifically multiple regression and making sure that the assumptions of your model are met.

Komentáře • 16

  • @RProgramming101
    @RProgramming101  Před dnem

    Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 4 měsíci +3

    Greg,
    Thanks. Great stuff.
    Now the question what to do if all but one of conditions for a linear model are met. That is the teaching moment.

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

    Just a note to those using the native pipe. In lm() it will not work using data = . . There are several solution a) data = data b) pick(x_var), or c) switch to %>%. I like the pick(x_var) option. There is a fourth option just put the model name into predict().

  • @tsolmonboldoo7733
    @tsolmonboldoo7733 Před 2 měsíci

    Thanks a lot Greg. I love your videos and reels. Can you exlpain bit about Logistic regression?

    • @RProgramming101
      @RProgramming101  Před 2 měsíci

      Sure thing! - Will make some videos about that soon

  • @elmehdizabar
    @elmehdizabar Před 4 měsíci +1

    Helpful! Thank you

  • @fodaybassieturay8962
    @fodaybassieturay8962 Před 2 měsíci

    Introduction to Periodic chemistry

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

    Thank you for all this, But I can't see the PDF or any document to download, even after subscribing

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

    Nice content.... performance package can also achieve the same with ease.

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

    As usual: Very nice vid. Thanks A LOT.

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

    Thank you, very helpful!

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

    First!