Learn R Programming

BSDA (version 1.01)

Quail: Plasma LDL levels in two groups of quail

Description

Data for Exercise 1.53, 1.77, 1.88, 5.66, and 7.50

Usage

Quail

Arguments

Format

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

placebo

a numeric vector

treatmen

a numeric vector

Examples

Run this code
# NOT RUN {
str(Quail)
attach(Quail)
boxplot(placebo,treatmen,names=c("Placebo","Treatment"),
horizontal=TRUE,xlab="LDL level",col=c("lightblue","yellow"))
boxplot(placebo,treatmen,names=c("Placebo","Treatment"),
ylab="LDL level",col=c("lightblue","yellow"))
detach(Quail)
# }

Run the code above in your browser using DataLab