Learn R Programming

Fahrmeir (version 2016.5.31)

wine: Bitterness of White Wines

Description

In a study on the bitterness of white wine it is of interest wheater treatments that can be controlleds during pressing the grapes influence the bitterness of wines. The two factors considered are the temperature and the admission of contact with skin when pressing the grapes.

Usage

data(wine)

Arguments

Format

A data frame with 72 observations on the following 5 variables.
temp
a factor, temperature, with levels high low
contact
a factor with levels no yes
bottle
a factor with levels 1 2 3 4 5 6 7 8
judge
a factor with levels 1 2 3 4 5 6 7 8 9
score
numeric, ordinal score, from '1'=nonbitter to '5'=very bitter

Source

Ludwig Fahrmeir, Gerhard Tutz (1994): Multivariate Statistical Modelling Based on Generalized Linear Models. Springer Series in Statistics. Springer Verlag. New-York Berlin Heidelberg

Examples

Run this code
str(wine) 
summary(wine)

Run the code above in your browser using DataLab