Module #8 Input/Output, String Manipulation and plyr Package
To begin, I wrote out my version of the code that was provided to us.
While it follows the same step-by-step process, I felt it would be more efficient simplifying it as well. This produced two tables for us to analyze, "Student" and "StudentAverage"
For this, I will be analyzing the final table, StudentAverage. Running the function "summary(i_students) gives us a set of statistics to look at.
We can also create a histogram using the information provided in table "StudentAverage" using the function "hist(i_students$Age, main = "Histogram of Ages", xlab = "Age")"
Comments
Post a Comment