wine.df: Bordeaux Wine data

Description Usage Format Source References Examples

Description

A data set which attempted to assess the quality of various Bordeaux vintages based upon certain variables

Usage

1

Format

A data frame with 27 observations on the following 5 variables:

year

year (1952-1980)

price

Price (in 1980 US dollars, converted to an index with 1961=100)

temp

average temp during the growing season (degrees Celcius)

h.rain

total rainfall during harvest period (mm)

w.rain

total rainfall over preceding winter (mm)

Source

The data are available at http://www.liquidasset.com/winedata.html

References

An article by Orly Ashenfelder is at http://www.liquidasset.com/orley.htm See also Orley Ashenfelter, David Ashmore, and Robert Lalonde, Bordeaux wine vintage quality and the weather. Chance Magazine, Fall 1995, pp.7-14

Examples

1
2
data(wine.df)
boxcoxplot(price~temp+h.rain+w.rain+year, data=wine.df)

Example output

Loading required package: s20x
Loading required package: leaps
Loading required package: rgl
Loading required package: lattice
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 

R330 documentation built on May 2, 2019, 2:12 p.m.