Learn R Programming

R330 (version 1.0)

chem.df: Yield of Chemical Process

Description

The data was collected to see if how the yields from a particular chemical process were associated with higher or lower flows and conversion percentages

Usage

data(chem.df)

Arguments

Format

A data frame with 44 observations on the following 4 variables:
yield
yield
conversion
conversion as a percentage
flow
flow
ratio
ratio

Examples

Run this code
data(chem.df)
chem.lm<-lm(yield~.,data=chem.df)
summary(chem.lm)

Run the code above in your browser using DataLab