Learn R Programming

BinaryEPPM (version 2.3)

GasolineYield: Data on gasoline yields.

Description

Data on gasoline yields originally from Prater (1956). Used as an example in Cribari-Neto and Zeileis (2010).

Usage

data("GasolineYield")

Arguments

Format

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

percent

a numeric vector

vthousand

a numeric vector

gravity

a numeric vector

pressure

a numeric vector

temp10

a numeric vector

temp

a numeric vector

batch

a factor with levels 1 2 3 4 5 6 7 8 9 10

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. 10.18637/jss.v034.i02.

Examples

Run this code
# NOT RUN {
data(GasolineYield)
# }

Run the code above in your browser using DataLab