You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This suggestion is for the Understanding Factors episode. For people who have a statistics background taking this lesson, they probably know that factors can be categorical or continuous. In R, though, factors are considered strictly categorical and what would be continuous is considered a variable. I think it would be good to point these facts out a little more specifically by adding a line in the introduction that says something like "R handles continuous data with variables instead of factors, but we will not be focusing on this in this episode." As someone with a descent statistics background, I was personally confused when I was first learning R because factors are only considered factors in the R context if they are categorical, even though continuous factors exist outside of R.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed issue description. This sounds like a great addition, would you be willing to open a pull request for this? It would make for a great first contribution. If you need help I'd be happy to assist.
In a similar vein, could "binning" also be a handy way to turn ranges of continuous variables into factors? The cut function is very helpful here. See ?cut to learn more.
This suggestion is for the Understanding Factors episode. For people who have a statistics background taking this lesson, they probably know that factors can be categorical or continuous. In R, though, factors are considered strictly categorical and what would be continuous is considered a variable. I think it would be good to point these facts out a little more specifically by adding a line in the introduction that says something like "R handles continuous data with variables instead of factors, but we will not be focusing on this in this episode." As someone with a descent statistics background, I was personally confused when I was first learning R because factors are only considered factors in the R context if they are categorical, even though continuous factors exist outside of R.
The text was updated successfully, but these errors were encountered: