Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Format

This data frame contains the following columns:

cured

the number of rabbits that recovered;

died

the number of rabbits that died;

delay

an indicator variable indicating whether the administration of penicillin was delayed by 1 1/2 hours;

penicil

the penicillin dose.

Source

Unknown.

Examples

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

cond

Approximate Conditional Inference for Logistic and Loglinear Models

v1.2-3.1
GPL (>= 2) | file LICENCE
Authors
S original by Alessandra R. Brazzale <alessandra.brazzale@unipd.it>. R port by Alessandra R. Brazzale <alessandra.brazzale@unipd.it>, following earlier work by Douglas Bates.
Initial release
2014-06-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.