powered by
The table.b11 data frame has 38 observations on the quality of Pinot Noir wine.
table.b11
data(table.b11)
This data frame contains the following columns:
a numeric vector
data(table.b11) attach(table.b11) Quality.lm <- lm(Quality ~ Clarity + Aroma + Body + Flavor + Oakiness + factor(Region)) summary(Quality.lm) detach(table.b11)
Run the code above in your browser using DataLab