Learn R Programming

Fahrmeir (version 2016.5.31)

ohio: Air Pollution and Health

Description

Air Pollution and Health, annual data on children 7 to ten years old in Ohio.

Usage

data(ohio)

Arguments

Format

A data frame with 32 observations on the following 6 variables.
a7
Presence (1) or absence (0) of respiratory infection
a8
Presence (1) or absence (0) of respiratory infection
a9
Presence (1) or absence (0) of respiratory infection
a10
Presence (1) or absence (0) of respiratory infection
mother.smoke
a factor with levels no yes
n
number of children

Source

Ludwig Fahrmeir, Gerhard Tutz (1994): Multivariate Statistical Modelling Based on Generalized Linear Models. Springer Series in Statistics. Springer Verlag. New-York Berlin Heidelberg

Details

Within the harvard Study of Air Pollution and Health, 537 children were examined annually from age 7 to 10, on the presence or absence of respiratory infection. So there are four repeated measurements on each child, or "short time series". The only available covariate is mothers smoking status at start of study.

Examples

Run this code
str(ohio)
summary(ohio)

Run the code above in your browser using DataLab