Contingency tables in R

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • How to work with contingency tables (also known as two-way tables) in R. If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

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

  • @eirinir.6297
    @eirinir.6297 9 месяцев назад

    I have to say that I'm starting my journey in data science and R this semester and I'm just glad that I found your videos! Very informative and on point! I was feeling anxious about whether I'd manage it or not, but I'll be okay with a lot of practice , thanks for your content!

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

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

  • @Mezmerizer4
    @Mezmerizer4 9 месяцев назад

    Thanks a lot for your help! You helped me a lot when my mind was not thinking straight haha

  • @user-iu5jy9zq1u
    @user-iu5jy9zq1u Год назад +2

    Awesome explanation!!!!

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

    Thank you!

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

    I wonder if you could expand your presentation on contingency tables by adding chi square test

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

      Yes for sure! My vid on chi-squared testing for homogeneity comes out next week. You can already see the test for independence here: ruclips.net/video/XfsDtYuwVzs/видео.html

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

    Thanks for that. But those tables are not fit for use in a report or paper. For that, they would need to be formatted with titles and borders etc. Do you know of a rstudio package suitable to make such formatted tables?

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

      Hi! I recommend the {gt} package for better tables.

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

      @@EquitableEquations Thanks for the reply. I'll check out the gt package

  • @ousmanelom6274
    @ousmanelom6274 Месяц назад +1

    Do you know packages to transform data frames to latex format

  • @sofiasanchez9826
    @sofiasanchez9826 4 месяца назад

    its just confusing because i am not using data in R im using my own data so i dont get how i would implement that.

    • @EquitableEquations
      @EquitableEquations  4 месяца назад

      Hi! You're right that I don't talk about data import in this vid. I do in this one, though: ruclips.net/video/yZ0bV2Afkjc/видео.html.