Factor Variables in R
HTML-код
- Опубликовано: 6 фев 2025
- 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!
wow that's really clear! explained better than my prof ;)
This channel is really the best to learn R.
VERY clear explanation!!thank youuuu!!
Good information. Thank you for the wonderful explanation and examples
I'm glad it was helpful!
Thank you for this useful lesson 😃
Great tutorial. Keep it up.
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!
Very useful. Thanks
Yay! I'm glad.
Nice explanation 🌼
Thank you 😊
Thank you! This helped me a lot.
Yay!
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 !
Hi! My advice is to post a reproducible example on R4DS or StackOverflow. Without code, I (or anyone else) would just be guessing.
Factor Variables in R
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?
Good infomation. Can you explain how you can summarize "vore" based on another factor varible like "order"?
Hi! The table() command will give you a summary like that.