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

liver

Liver cancer in mice


Description

Female mice were continuously fed dietary concentrations of 2-Acetylaminofluorene (2-AAF), a carcinogenic and mutagenic derivative of fluorene. Serially sacrificed, dead or moribund mice were examined for tumors and dates of deaths were recorded. These data consist of the incidences of liver neoplasms in the mice observed during 18 months.

Usage

data(liver)

Format

A data frame with 8 rows and 3 variables:

dose

a numeric vector giving the dose, in parts per 10^4, of 2-AAF.

exposed

a numeric vector giving the number of mice exposed to each dose of 2-AAF.

cancer

a numeric vector giving the number of mice with liver cancer for each dose of 2-AAF.

References

Zhang H. and Zelterman D. (1999) Binary Regression for Risks in Excess of Subject-Specific Thresholds. Biometrics 55, 1247-1251.

See Also

Examples

barplot(100*cancer/exposed ~ dose, beside=TRUE, data=liver, col="red",
        xlab="Dose of 2-AAF", ylab="% of mice with liver cancer")

glmtoolbox

Set of Tools to Data Analysis using Generalized Linear Models

v0.1.0
GPL-2 | GPL-3
Authors
Luis Hernando Vanegas [aut, cre], Luz Marina Rondón [aut], Gilberto A. Paula [aut]
Initial release

We don't support your browser anymore

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