liver | R Documentation |
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 deaths dates recorded. These data consist of the incidences of liver neoplasms in mice observed during 18 months.
data(liver)
A data frame with 8 rows and 3 variables:
a numeric vector giving the dose, in parts per 10^4
, of 2-AAF.
a numeric vector giving the number of mice exposed to each dose of 2-AAF.
a numeric vector giving the number of mice with liver cancer for each dose of 2-AAF.
Zhang H., Zelterman D. (1999) Binary Regression for Risks in Excess of Subject-Specific Thresholds. Biometrics 55:1247-1251.
bladder
data(liver)
dev.new()
barplot(100*cancer/exposed ~ dose, beside=TRUE, data=liver, col="red",
xlab="Dose of 2-AAF", ylab="% of mice with liver cancer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.