Learn R Programming

mistat (version 0.999)

GASOL: Distillation Properties of Crude Oils

Description

32 measurements of distillation properties of crude oils.

Usage

data(GASOL)

Arguments

source

Daniel and Wood (1971) pp. 165

Examples

Run this code
data(GASOL)

LmYield <- lm(yield ~ 1 + astm + endPt, 
              data=GASOL)

summary(LmYield)

Run the code above in your browser using DataLab