R in 3 Months Fall 2021 Week 4 Project Assignment
This lesson is called R in 3 Months Fall 2021 Week 4 Project Assignment, part of the R in 3 Months (Fall 2021) course. This lesson is called R in 3 Months Fall 2021 Week 4 Project Assignment, part of the R in 3 Months (Fall 2021) course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
For this week, you will take what you've learned about data viz and make a graph from your data. This doesn't need to be the most beautiful thing ever â just make something. You'll have plenty of time later on (and lessons to help you) improve your graph.
You'll then post your code and accompanying data to a GitHub Gist as you've done in past weeks.
Have any questions? Put them below and we will help you out!
Course Content
134 Lessons
You need to be signed-in to comment on this post. Login.
Portia Hunt • December 7, 2021
Hello! Posting here for visibility in case others have the same question: How can R be persuaded to view a variable coded as 1s and 0s as a binary? In my dataset, I have gender coded that way, but it seems that R has decided that gender is a continuous variable. I am happy to see that R would like to liberate my dataset from the gender binary, but in this case, the 1s and 0s will be important for good old Pearson's r.