powered by
Data for Example 10.2
Trucks
A data frame with 15 observations on the following 5 variables.
chevy
a numeric vector
dodge
ford
gas.mileage
truck
a factor with levels chevy dodge ford
# NOT RUN { str(Trucks) attach(Trucks) anova(lm(gas.mileage~truck)) detach(Trucks) # }
Run the code above in your browser using DataLab