ex0518: Fatty Acid

Description Usage Format Source Examples

Description

A randomized experiment was performed to estimate the effect of a certain fatty acid CPFA on the level of a certain protein in rat livers.

Usage

1

Format

A data frame with 30 observations on the following 4 variables.

Protein

levels of protein (x 10) found in rat livers

Treatment

a factor with levels "Control", "CPFA50", "CPFA150", "CPFA300", "CPFA450" and "CPFA600"

Day

a factor with levels "Day1", "Day2", "Day3", "Day4" and "Day5"

TrtDayGroup

a factor with levels "Group1", "Group2", ..., "Group10"; the observed levels of the Treatment and Day interaction

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

Examples

1

Example output

'data.frame':	30 obs. of  4 variables:
 $ Protein    : int  154 177 174 164 192 159 157 159 124 160 ...
 $ Treatment  : Factor w/ 6 levels "CPFA150","CPFA300",..: 4 4 4 1 1 1 2 2 2 3 ...
 $ Day        : Factor w/ 5 levels "Day1","Day2",..: 1 1 1 2 2 2 3 3 3 4 ...
 $ TrtDayGroup: Factor w/ 10 levels "Group1","Group10",..: 1 1 1 3 3 3 4 4 4 5 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.