mice package. What data are in the package? (Hint: ?data will give you the help file for the data function). What else is in the package? ToothGrowth which is part of the datasets package included with base R. Print the data, look at the help file, do a summary. How would you look at whether higher doses of vitamin C were associated wih longer teeth? HairEyeColor. Look at the help file and print the data. Why does it print weird? How do you make a data frame containing only data on female students? Can you compute the number of brown-haired students? Which hair/eye/sex color combination has the fewest students?End of practical.