5. Import the data set in the csv file Lab3AssignmentData.csv into an R data frame variable called bodymeasures. (S the handout for Lab 2 for a reminder on how to import from csv file. Remember to download the file to your R working directory.) This data set contains girth measurements for chest, waist, hip, thigh, biceps, as well as age, weight, heigh and gender information from a paper by Heinz et al. (2003) After importing the data, use R commands to give the dimensions of the data set and summary information on the data variables. Copy/paste your R commands and the result output into the green box below. (1 points) 1 6. Use R to create a figure that uses side-by-side box plots to compare the bicep girth for both males and females. Copy/paste your R commands and the plot into the green ba below. (2 points) 7. Use R to compute the mean, median, standard deviation, an 95th percentile (only this percentile - not any others!) of biceps girth. Copy/paste your R commands and the resulting output into the green box below. (1 points) 5. Import the data set in the csv file Lab3AssignmentData.csv into an R data frame variable called bodymeasures. (S the handout for Lab 2 for a reminder on how to import from csv file. Remember to download the file to your R working directory.) This data set contains girth measurements for chest, waist, hip, thigh, biceps, as well as age, weight, heigh and gender information from a paper by Heinz et al. (2003) After importing the data, use R commands to give the dimensions of the data set and summary information on the data variables. Copy/paste your R commands and the result output into the green box below. (1 points) 1 6. Use R to create a figure that uses side-by-side box plots to compare the bicep girth for both males and females. Copy/paste your R commands and the plot into the green ba below. (2 points) 7. Use R to compute the mean, median, standard deviation, an 95th percentile (only this percentile - not any others!) of biceps girth. Copy/paste your R commands and the resulting output into the green box below. (1 points)