beers: Beer consumption data

beersR Documentation

Beer consumption data

Description

A small data frame describing the beer consumption and and demographics of 48 people.

Usage

data("beers")

Format

A data frame with 48 observations on the following 8 variables.

Record_ID

a numeric vector

Work

a factor with levels Employed Unemployed

Consumption

a numeric vector

Gender

a factor with levels Female Male

Age

a numeric vector

Day

a numeric vector

Month

a numeric vector

Year

a numeric vector

Examples

data(beers)
beers
str(beers)

f <- beers.csv()
basename(f)
beers2 <- read.csv(f, sep = ";")
beers2

identical(beers, beers2)

UCLouvain-CBIO/rWSBIM1207 documentation built on March 20, 2024, 4:20 a.m.