acet.df: Acetylene Data

Description Usage Format Source Examples

Description

Percentage conversions of n-heptane to acetylene

Usage

1

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

1
2
data(acet.df)
summary(lm(percent.conv~temp+ratio+contact, data=acet.df))

R330 documentation built on May 2, 2019, 2:12 p.m.