Learn R Programming

cond (version 1.2-2)

rabbits: Rabbits Data

Description

The rabbits data frame has 10 rows and 4 columns. Five different doses of penicillin were administered to rabbits suffering from a streptococci infection and the number of recovering rabbits recorded. The rabbits are cross-classified according to whether the drug is administered immediately or delayed by an hour and a half. Interest focuses on whether the delay effects the treatment.

Usage

data(rabbits)

Arguments

source

Unknown.

Examples

Run this code
data(rabbits)
attach(rabbits)
fc <- cured/(cured + died)
coplot(fc ~ log(penicil) | delay, data = rabbits)

Run the code above in your browser using DataLab