This week’s assignment was pretty straightforward as we were given code to utilize and run through the steps given. Truthfully, I had to manipulate and change most of the given code on Canvas to be able to utilize it in my RStudio but everything ended up working out in the end.
Step 1 – Importing Data Set and StudentAverage
Finishing the step we wrote a file for the output.
write.csv(StudentAverage,’StudentAverageSex.csv’)
R Code
Step 2 – “I” Student Data

Step 3 – Write the filtered data set and convert it to CSV file
write.csv(i_students,’i_students.csv’)
R Code
Hint – Make sure to set your directory so you can find the saved files.
GitHub Link: https://github.com/mslement/IntroRProgrammingSlement/blob/master/Module8
