R package reviews | performance | Check ALL model assumptions at once! Check model quality!

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 41

  • @raedkm
    @raedkm 2 ปีที่แล้ว +2

    Thank you for this video. Indeed one of the most challenging parts with working with statistical models in R is that the diagnostics are spread out across multiple packages! keep up the great work.

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  2 ปีที่แล้ว +1

      Yes, exactly! By the way, since I made this video, the package evolved and became even better. Thanks for the feedback! Cheers

  • @muhammedhadedy4570
    @muhammedhadedy4570 ปีที่แล้ว +1

    I really don't know how to thank you. Please, keep making video content of useful packages in R.
    Again, I'm very grateful for your work.
    😊😊😊😊

  • @mosesotieno1629
    @mosesotieno1629 3 ปีที่แล้ว +1

    This is exemplary! Made regression a lot easy and enjoyable!

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  3 ปีที่แล้ว

      Thanks for nice feedback, Moses! I am very glad it's useful!

  • @andreagrioni3772
    @andreagrioni3772 2 ปีที่แล้ว

    Great overview with examples of the R package {performance}. Thank you Yury!

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  2 ปีที่แล้ว

      Thanks Andrea! Glad it was useful for you! The package actually developed since the time I made this video, so it's even better now.

  • @MelissaPennyArcaid
    @MelissaPennyArcaid ปีที่แล้ว

    ❤❤❤ excellent review what a useful package and you explained it all so quickly and concisely I appreciate this

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  ปีที่แล้ว

      Thank for your nice feedback, Melissa! And thanks for watching!

  • @muhammedhadedy4570
    @muhammedhadedy4570 4 หลายเดือนก่อน

    I enjoy watching your tutorials again and again. Thank you for your amazing tutorials.
    Just one question, can I use this package to check the assumptions of logistic and Cox regression models?

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  4 หลายเดือนก่อน +1

      Thanks, Muhammed! Sure you can for logistic regression. The cox one is more complicated. Important to notice: we are not allowed to put the responsibility on the tool. You have to know what those assumptions are and use the check_model() or other tools as a help, not as a controller. Because not all assumptions for all models are yet implemented, but for most common models for sure. Cox- models less.

  • @bbluca94
    @bbluca94 หลายเดือนก่อน

    Amazing

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  หลายเดือนก่อน

      Thank you! It's an older one. You might like the newer videos even more ;) Cheers!

  • @suhailakhtar4251
    @suhailakhtar4251 3 ปีที่แล้ว

    Thank you very much for the detailed explanation. I had been using different functions/packages for checking the assumptions, this package made it a lot easier.

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  3 ปีที่แล้ว +1

      It’s my pleasure, Suhail! I am very glad it’s useful!

    • @suhailakhtar4251
      @suhailakhtar4251 3 ปีที่แล้ว +1

      @@yuzaR-Data-Science Which package can be used to compare proportional odd logit regression model (polr, in package MASS)?

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  3 ปีที่แล้ว

      Hey Suhail, sorry for the late replay, youtube did not show me your comment. For those models you also use the "anova(model1, model2)" from "stats" and "compare_performance(model1, model2)" from "performance" packages. Cheers

  •  ปีที่แล้ว

    Fantastic! Thanks.

  • @murilomotta6040
    @murilomotta6040 10 หลายเดือนก่อน

    WOW! AMAZING!

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  10 หลายเดือนก่อน

      thanks! hope the rest is also useful!

  • @haticesahin8830
    @haticesahin8830 2 ปีที่แล้ว

    thank you so much!

  • @DimazikSkyter
    @DimazikSkyter 2 ปีที่แล้ว

    Hello yuri, thx for u videos.

  • @carloscalagua942
    @carloscalagua942 5 หลายเดือนก่อน

    How can I check the assumptions if I run a robust regression?

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  5 หลายเดือนก่อน +1

      Great question. You actually can't. And you don't really need to. What I do, when assumptions of lm or lmer are not satisfied, I create the lmrob or rlmer model and compare_performance(normal, robust, rank = T) with this function and see, which fit's the data best. You can also go to the alternatives of lm or lmer, like quantile regression, where you relax most of the assumptions. cheers

  • @diegopobletemoya8165
    @diegopobletemoya8165 ปีที่แล้ว

    Hi! Wich program are you using to run the package?

  • @adriansoto2107
    @adriansoto2107 3 ปีที่แล้ว

    Thank you for this video. Do you know if there is a function for saving the panel aggregate in a single figure? ggplot2::ggsave only saves the last one. Cheers!

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  3 ปีที่แล้ว +1

      Hey Adrian, the "ggsave" unfortunately doesn't work. don't know any other function which could. So, I click Export and save it manually. Cheers!

  • @oussamakadded978
    @oussamakadded978 ปีที่แล้ว

    This looks like a great package, however I can't get it working on a linear model I tried. It produces this error message: "Error: `check_model()` not implemented for models of class `lm` yet."

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  ปีที่แล้ว +1

      It happend to me too, but after I updated all (or most) of the packages, it worked perfectly.

    • @oussamakadded978
      @oussamakadded978 ปีที่แล้ว

      @@yuzaR-Data-Science I'll give that a go. Thanks.

  • @muhammadhudaya4198
    @muhammadhudaya4198 ปีที่แล้ว

    Thank you very much for your useful videos. I have questions concerning performance package, can this package fix or overcome if there are violations of assumptions regression?. If not, what package is the best for that? thank in advance then..

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  ปีที่แล้ว +1

      Hey, "performance" only checks assumptions. Based on these checks you decide which model to use. For examples, you have outliers, use robust model, you have non-normality of residuals, use quantile regression. It of coarse depends on the response variable, if numeric, then usually many assumptions are violated. In this case I'd recommend quantile or bootstrapp regression. It's still the same components of the model, but you'll get a better result. If your response is binomial, then there are almost no assumptions. Thanks for watching!

    • @muhammadhudaya4198
      @muhammadhudaya4198 ปีที่แล้ว

      Thank you very much @@yuzaR-Data-Science for come in handy explanation..

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  ปีที่แล้ว

      @@muhammadhudaya4198 you are welcome!

  • @tajmohammadghulamzada5290
    @tajmohammadghulamzada5290 2 ปีที่แล้ว

    Question:
    Can we use "package {performance}" for forecasting in Python? If yes, could please share some links/tutorials? If No, why not/ reason?
    Btw: Thank you so much for this tutorial. Very helpful.

    • @yuzaR-Data-Science
      @yuzaR-Data-Science  2 ปีที่แล้ว

      Thanks for the feedback! No, it's a young R package, still in the development by a scientist, not by a programmer. And most stats in science is done by R, not python. So, it is not for python yet. But may be in the future one day. Cheers