MATH 314 Homework 08
Due 2025-11-17 by 11:59pm
-
Complete Quiz 15 question 2.
-
Use
pandasto read in this dataset about finches from the Galapagos islands. Create a multiple linear regression model to predictwinglengthusing the variablesbeakwidthandisland. All the numeric variables are measured in millimeters. -
Make a scatter plot with lines from your model overlayed.
-
Make a prediction for a finch from each island, using the mean
beakwidthof each island. -
Use our function bootstrap to make a 90% confidence interval about the predicted
winglengthfor a finch from each island, using the meanbeakwidthof each island.