Factor Variables in R

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • R has lots of cool tools for working with categorical variables. Let's get started!
    If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

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

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

    This channel is really the best to learn R.

  • @Googlees833
    @Googlees833 7 месяцев назад

    VERY clear explanation!!thank youuuu!!

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

    wow that's really clear! explained better than my prof ;)

  • @gabrielbasil6275
    @gabrielbasil6275 2 года назад +2

    Good information. Thank you for the wonderful explanation and examples

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

    Thank you for this useful lesson 😃

  • @ZeeSounds
    @ZeeSounds 2 года назад

    Great tutorial. Keep it up.

  • @schulu28
    @schulu28 2 года назад

    Thank you! This helped me a lot.

  • @user-ro9ex5im2p
    @user-ro9ex5im2p Год назад

    Very useful. Thanks

  • @md.masumbillah8222
    @md.masumbillah8222 2 года назад

    Nice explanation 🌼

  • @MrJwerge
    @MrJwerge 2 года назад +1

    Good infomation. Can you explain how you can summarize "vore" based on another factor varible like "order"?

    • @EquitableEquations
      @EquitableEquations  2 года назад

      Hi! The table() command will give you a summary like that.

  • @VaLt3s
    @VaLt3s 2 года назад

    i have a question: i just want verbal answers from a questionnaire like "often", "seldom" and so on converge into numbers, so I can compute an average for each person. How's this done?

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

    This is a really stupid question but how does R know that char "first" = num 1?!
    The output of nums_fct shows that R translated each number into it's appropriate equivalent from variable levels but how does it know how to do this?!
    Thanks!

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

    hello , I just have a question , while doing summary for a factor variable , I get (0) results for all of this variable's factor , I don't know why , can you explain that to me please? , THANK YOU !

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

      Hi! My advice is to post a reproducible example on R4DS or StackOverflow. Without code, I (or anyone else) would just be guessing.