Last data update: 2014.03.03

R: Milan mortality data
milan.mortR Documentation

Milan mortality data

Description

The milan.mort data frame has data on 3652 consecutive days (10 consecutive years: 1st January, 1980 to 30th December, 1989) for the city of Milan, Italy.

Usage

data(milan.mort)

Format

This data frame contains the following columns:

day.num

number of days since 31st December, 1979

day.of.week

1=Monday,2=Tuesday,3=Wednesday,4=Thursday, 5=Friday,6=Saturday,7=Sunday.

holiday

indicator of public holiday: 1=public holiday, 0=otherwise.

mean.temp

mean daily temperature in degrees Celcius.

rel.humid

relative humidity.

tot.mort

total number of deaths.

resp.mort

total number of respiratory deaths.

SO2

measure of sulphur dioxide level in ambient air.

TSP

total suspended particles in ambient air.

Source

Vigotti, M.A., Rossi, G., Bisanti, L., Zanobetti, A. and Schwartz, J. (1996). Short term effect of urban air pollution on respiratory health in Milan, Italy, 1980-1989. Journal of Epidemiology and Community Health, 50, S71-S75.

References

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)
Semiparametric Regression Cambridge University Press.
http://stat.tamu.edu/~carroll/semiregbook/

Examples

library(SemiPar)
data(milan.mort)
pairs(milan.mort,pch=".")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SemiPar)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SemiPar/milan.mort.Rd_%03d_medium.png", width=480, height=480)
> ### Name: milan.mort
> ### Title: Milan mortality data
> ### Aliases: milan.mort
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(SemiPar)
> data(milan.mort)
> pairs(milan.mort,pch=".")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>