Residual Plots in R

It's easy to make beautiful residual plots in R with ggplot. Let's go!
If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

Пікірлер: 21

  • @user-dt8ei1wj2x
    @user-dt8ei1wj2x Жыл бұрын

    Clear and patient, thank you for this video!

  • @rorycollins-green8885
    @rorycollins-green88852 жыл бұрын

    Very helpful tutorial. Thank you!

  • @sujanshrestha7178
    @sujanshrestha7178 Жыл бұрын

    Well explained!! Easy to follow

  • @Mateo-ls5fv
    @Mateo-ls5fv Жыл бұрын

    This helped me a lot, thanks!!

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Yay!

  • @Victoriataieb
    @Victoriataieb Жыл бұрын

    you are the best , thank you alot

  • @romanvasiura6705
    @romanvasiura6705 Жыл бұрын

    Thank you!

  • @yaweli2968
    @yaweli2968 Жыл бұрын

    Thanks for the videos. Do you by chance have a video solely on diagnostic and remedial measures?

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Not specifically, but a few of my vids do spend time on diagnostic plots and transformations. Check out kzread.info/dash/bejne/dYij05mLhqmXpqw.html, for instance.

  • @wed_noxxy6973
    @wed_noxxy69732 жыл бұрын

    Thank youu!!

  • @EquitableEquations

    @EquitableEquations

    2 жыл бұрын

    You're welcome!

  • @faruqueazamwalid219
    @faruqueazamwalid219 Жыл бұрын

    Hi! What if there is slight linear trend in the residual plot? Also R^2 around 0.3 is a good indicator of a model? Also when to use mixed effect model? I am kind of newbie in this area. I try to predict cancer treatments efficacy endpoint from clinical trial design. Thanks for your wonderful R videos!

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Hi! That's a lot to answer in a KZread comment! Here's a vid on R^2, though: kzread.info/dash/bejne/l5Z8rq-yoaaYhbw.html

  • @faruqueazamwalid219

    @faruqueazamwalid219

    Жыл бұрын

    @@EquitableEquations thanks!

  • @davematthews100
    @davematthews1002 жыл бұрын

    This looks great. How would this work for a glm?

  • @EquitableEquations

    @EquitableEquations

    2 жыл бұрын

    Hi! I'm currently working on a series of vids on multiple linear regression in R which will lead into glms, so stay tuned. Short answer: there are several sorts of residuals you might be interested in, depending on the circumstances. Regardless, your main tool at that point should be ggplot() rather than qplot().

  • @mugomuiruri2313
    @mugomuiruri2313 Жыл бұрын

    Funnel shape?

  • @vincenzo4259
    @vincenzo42592 жыл бұрын

    thanks

  • @EquitableEquations

    @EquitableEquations

    2 жыл бұрын

    You're welcome!

  • @mugomuiruri2313
    @mugomuiruri2313 Жыл бұрын

    View not vew

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Once you're loaded tidyverse, either will work!