powered by
Data for Example 9.3
Patrol
A data frame with 10 observations on the following 7 variables.
tickets
a numeric vector
years
ln.tickets.
SRES1
FITS1
SRES2
FITS2
# NOT RUN { str(Patrol) attach(Patrol) model <- lm(tickets~years) summary(model) detach(Patrol) remove(model) # }
Run the code above in your browser using DataLab