Nested data frames and multiple models in R

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

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

  • @EquitableEquations
    @EquitableEquations  Год назад +2

    You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.

  • @albertocabrera4297
    @albertocabrera4297 Год назад +6

    I found your 18 minutes presentation on nesting to surpass in quality two books on this topic(R for Data Science and Tidy for Modeling with R).

  • @marcoesteves4367
    @marcoesteves4367 Год назад +3

    Awesome tutorial. Thumbs UP.

  • @romanvasiura6705
    @romanvasiura6705 Год назад +2

    I'll figure out with it a little bit later...
    Thank you.

  • @pipertripp
    @pipertripp Год назад +2

    This was an excellent vid. It combined many different tools in a natural way. I’ll definitely be coding this one up tonight!

    • @EquitableEquations
      @EquitableEquations  Год назад +1

      I had so much fun making this. I'm learning all sorts of new things.

  • @forrestoakley4882
    @forrestoakley4882 Год назад +2

    Cool video!! Thank you. Very useful.

  • @tewfik8616
    @tewfik8616 Год назад +1

    Thanks for the boost! 👌

  • @srisai1985
    @srisai1985 Год назад +2

    Fantastic video! Would have been awesome-er had you split the data, made predictions and got the results of the predictions too in the nested data frame. But I suppose in true academic style, the ‘proof is left to the user’ ;)

    • @EquitableEquations
      @EquitableEquations  Год назад

      Totally! It was already a loooong vid (at least for me).

    • @pipertripp
      @pipertripp Год назад +1

      Sounds like a good idea for a follow up vid!

    • @srisai1985
      @srisai1985 Год назад +1

      this topic would be a killer sequel. Looking forward to it!

  • @Victoriataieb
    @Victoriataieb Год назад +2

    Awesome vid

  • @onkar7651
    @onkar7651 Год назад +1

    excellent stuff💌

  • @davidgustavsson4347
    @davidgustavsson4347 Год назад +1

    Thanks

  • @alexjparton
    @alexjparton Год назад +2

    Thanks for this video! I'm trying to make a function with the survey package glm (svyglm) and since I need to add my survey weight argument (which is a list of 9 things) into the svyglm() formula, I'm having trouble. Any ideas? I'd also love to make a function for chi square tests with the survey package. Thanks!

    • @EquitableEquations
      @EquitableEquations  Год назад +1

      Hi! For questions like this, I recommend the R4DS learning community, which you can find by googling. Good luck!

  • @jerryakanwari3382
    @jerryakanwari3382 6 месяцев назад

    Hello, is it possible to model bill_length_mm against sex?