Learn R Programming

wooldridge (version 1.1.0)

wine: wine

Description

Data loads lazily. Type data(wine) into the console.

Usage

data(wine)

Arguments

Format

A data.frame with 21 rows and 5 variables:

  • country.

  • alcohol. liters alcohol from wine, per capita

  • deaths. deaths per 100,000

  • heart. heart disease dths per 100,000

  • liver. liver disease dths per 100,000

Examples

Run this code
# NOT RUN {
 str(wine)
# }

Run the code above in your browser using DataLab