glow11m: GLOW11M data

Description Usage Format Source Examples

Description

glow11m dataset.

Usage

1

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

1
2
3
4
5
6
7
8
9
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)

bekkabratch/aps-clone documentation built on May 6, 2019, 9:52 a.m.