powered by
Data.frame
data(beer)
The data frame has 86 rows and 5 variables:
Brand name of the beverage
Brewery of the beverage
Percent alcohol by volume
Total calories
Total carbohdrates
Does a beer with more carbohydrates tend to have more alcohol? To answer this question the carbohydrates and percent alcohol from several different beer brands were measured.
data("beer", package='syllogi') str(beer)
Run the code above in your browser using DataLab