Recall, you can read the data into R with
> planets <- read.table(``http://www-math.cudenver.edu/~bbailey/4830/planets.dat'', header=T)For part (d) Compute the estimate of sigma in R!
Is there evidence that the ozone layer is changing over time?
The data we will analyize is the yearly mean concentration (in Dobson units)
of the ozone layer
at Arosa, Switzerland, from 1926 to 1971
(from Andrews and Herzberg, 1985, p. 75-76).
You can read the data into R with
> pace <- read.table(``http://www-math.cudenver.edu/~bbailey/4830/pace.dat'', header=T)Part 2: Use the R function step and perform model selection. What is the best model based on AIC?