Learn R Programming

aplore3 (version 0.7)

burn1000: BURN1000 data

Description

burn1000 dataset.

Usage

burn1000

Arguments

source

Hosmer, D.W., Lemeshow, S. and Sturdivant, R.X. (2013) Applied Logistic Regression, 3rd ed., New York: Wiley

Examples

Run this code
head(burn1000, n = 10)
summary(burn1000)

## Table 3.15 p. 80
summary(mod3.15 <- glm(death ~ tbsa + inh_inj + age + gender + flame + race,
                       family = binomial, data = burn1000 ))

Run the code above in your browser using DataLab