Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

headneck

Head and Neck Cancer data


Description

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

Usage

data(headneck)

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

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

Data from the Book "Multivariate Statistical Modelling Based on Generalized Linear Models", First Edition, by Ludwig Fahrmeir and Gerhard Tutz

v2016.5.31
GPL (>= 2)
Authors
compiled by Kjetil B Halvorsen
Initial release
2016-05-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.