Learn R Programming

faraway (version 1.0.8)

cheddar: Taste of Cheddar cheese

Description

In a study of cheddar cheese from the LaTrobe Valley of Victoria, Australia, samples of cheese were analyzed for their chemical composition and were subjected to taste tests. Overall taste scores were obtained by combining the scores from several tasters.

Arguments

Format

A data frame with 30 observations on the following 4 variables.

taste

a subjective taste score

Acetic

concentration of acetic acid (log scale)

H2S

concentration of hydrogen sulfide (log scale)

Lactic

concentration of lactic acid

Examples

Run this code

data(cheddar)
## maybe str(cheddar) ; plot(cheddar) ...

Run the code above in your browser using DataLab