headneck: Head and Neck Cancer data

Description Usage Format Source Examples

Description

Data from a head and neck cancer study where time was discretized by one-month intervals.

Usage

1

Format

A data frame with 47 observations on the following 4 variables.

month

a numeric vector

atrisk

a numeric vector, number at risk

deaths

a numeric vector

withdrawals

a numeric vector

Source

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

Examples

1
2
3
4
5
str(headneck) 
summary(headneck)
with(headneck, {plot(month, atrisk, type="s");
                lines(month, deaths, type="s", col="red");
                lines(month, withdrawals, type="S", col="green")})

Fahrmeir documentation built on May 2, 2019, 12:37 p.m.

Related to headneck in Fahrmeir...