Learn R Programming

isdals (version 3.0.1)

stearicacid: Digestibility percentage of fat for various levels of stearic acid

Description

The average digestibility percent was measured for nine different levels of stearic acid proportion

Usage

data(stearicacid)

Arguments

Format

A data frame with 9 observations on the following 2 variables.

stearic.acid

Percentage of stearic acid

digest

Average digestibility percentage

Examples

Run this code
data(stearicacid)
lm(digest ~ stearic.acid, data=stearicacid)

Run the code above in your browser using DataLab