glow11m {aplore3} | R Documentation |
GLOW11M data
Description
glow11m dataset.
Usage
glow11m
Format
A data.frame with 238 rows and 16 variables: the covariate are
the same as those from glow500
with the addition of
- pair
Pair Identification Code (1-119)
Source
Hosmer, D.W., Lemeshow, S. and Sturdivant, R.X. (2013) Applied Logistic Regression, 3rd ed., New York: Wiley
Examples
head(glow11m, n = 10)
summary(glow11m)
## Table 7.2 p. 252
library(survival)
mod7.2 <- clogit(as.numeric(fracture) ~ height + weight + bmi +
priorfrac + premeno + momfrac + armassist + raterisk +
strata(pair), data = glow11m)
summary(mod7.2)
[Package aplore3 version 0.9 Index]