Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the data on species diversity in the Galapagos Islands in the file galapagos.csv. The data set contains 30 rows, one for each island, and
Consider the data on species diversity in the Galapagos Islands in the file "galapagos.csv". The data set contains 30 rows, one for each island, and 7 variables. You will use the number of plant species (Species) as the response, and construct a model using the area of the island (Area), the elevation of the island (Elevation), the distance from the nearest island (Nearest), the distance from Santa Cruz Island (Scruz), and the area of the adjacent island (Adjacent) as predictors.
- Fit the model
- (Species|predictors) =0+1Area+2Elevation+3Nearest+4Scruz+5Adjacent
- and print the summary output. Based on this output, which variables seem to do a better job explaining the mean number of of plant species? Explain.
- Construct a plot for the residuals vs. fitted values and comment on the results (any signs of patterns or trends, non-constant variance, unusual observations?)
- We have seen that when dealing multiple predictors, sometimes is a good idea to check the residuals versus each explanatory variable. Construct a plot of the residuals vs area of the island. Do you see any unusual observations? If so, identify them and explain what is unusual about them.
- Construct the plots for leverage, Cook's distance and standardized residuals for this model and in each case identify any potential influential observations.
- Remove any potential influential observations found in problem 4 and re-fit the model. Report any changes that you observe in the output and how these changes (if any) may change your conclusions from problem 1.
- How you would deal with the influential observations in this problem? Explain.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started