Skip to content
R for the Rest of Us Logo

R in 3 Months (Fall 2021)

R in 3 Months Fall 2021 Week 4 Project Assignment

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!

You need to be signed-in to comment on this post. Login.

Portia Hunt

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.

Course Content

134 Lessons