Learn R Programming

syllogi (version 1.0.4)

beer: Beer

Description

Data.frame

Usage

data(beer)

Arguments

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

Run this code
data("beer", package='syllogi')
str(beer)

Run the code above in your browser using DataLab