| GASOL | R Documentation |
32 measurements of distillation properties of crude oils.
data(GASOL)
A data frame with 32 observations on the following 5 variables.
x1crude oil gravity (API), a numeric vector
x2crude oil vapour pressure (psi), a numeric vector
astmcrude oil ASTM 10% point (Fahrenheit), a numeric vector
endPtgasoline ASTM endpoint (Fahrenheit), a numeric vector
yieldyield of gasoline (in percentage of crude oil), a numeric vector
Daniel and Wood (1971) pp. 165
data(GASOL)
LmYield <- lm(yield ~ 1 + astm + endPt,
data=GASOL)
summary(LmYield)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.