Learn R Programming

Sleuth3 (version 1.0-3)

ex0518: Fatty Acid

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

ex0518

Arguments

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

Examples

Run this code
# NOT RUN {
str(ex0518)
# }

Run the code above in your browser using DataLab