Learn R Programming

R330 (version 1.0)

acet.df: Acetylene Data

Description

Percentage conversions of n-heptane to acetylene

Usage

data(acet.df)

Arguments

Format

A data frame with 16 observations on the following 4 variables:
percent.conv
percentage conversaions of n-heptane to acetylene
temp
temperature in degrees centergrade
ratio
ratio of H2 to n-heptane
contact
contact time in seconds

Source

DW Marquardt and RD Snee (1975). Ridge regression in practice. American Statistian, 28, 3-20

Examples

Run this code
data(acet.df)
summary(lm(percent.conv~temp+ratio+contact, data=acet.df))

Run the code above in your browser using DataLab