Multiple regression - making sure that your assumptions are met

Поделиться
HTML-код
  • Опубликовано: 2 май 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.
  • РазвлеченияРазвлечения

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

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 2 месяца назад +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 2 месяца назад

    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().

  • @fodaybassieturay8962
    @fodaybassieturay8962 21 день назад

    Introduction to Periodic chemistry

  • @user-xe2wj2by7x
    @user-xe2wj2by7x 2 месяца назад +1

    Helpful! Thank you

  • @juliusirungu1363
    @juliusirungu1363 2 месяца назад

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

  • @tsolmonboldoo7733
    @tsolmonboldoo7733 20 дней назад

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

    • @RProgramming101
      @RProgramming101  20 дней назад

      Sure thing! - Will make some videos about that soon

  • @frankpaulschulte
    @frankpaulschulte 2 месяца назад

    As usual: Very nice vid. Thanks A LOT.

  • @teilzeitamigo
    @teilzeitamigo 2 месяца назад

    Thank you, very helpful!

  • @yordanosgizachew9356
    @yordanosgizachew9356 Месяц назад

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

  • @pattheitguy
    @pattheitguy 2 месяца назад

    First!