beer {syllogi}R Documentation

Beer

Description

Data.frame

Usage

data(beer)

Format

The data frame has 86 rows and 5 variables:

brand

Brand name of the beverage

brewery

Brewery of the beverage

percentAlcohol

Percent alcohol by volume

calories

Total calories

carbohydrates

Total carbohdrates

Details

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.

Examples

data("beer", package='syllogi')
str(beer)

[Package syllogi version 1.0.4 Index]