Learn R Programming

aplms (version 0.1.0)

hospitalization: Respiratory diseases hospitalization Dataset

Description

This dataset consists of respiratory diseases hospitalization in Sorocaba, São Paulo, Brazil. The details of the statistical modeling using the APLMS-AR(p) approach can be found in Chou-Chen, et al. (2024). tools:::Rd_expr_doi("10.1007/s00362-024-01590-w"). The hospitalization data of respiratory diseases in Sorocaba city, São Paulo, Brazil are obtained from the Hospital Information System of Brazil’s Unified National Health System (SIH-SUS), and the climatic and pollution data are provided by the QUALAR system.

Usage

data(hospitalization)

Arguments

Format

The "data" slot is a data frame with 932 weekly data on the following 29 variables.

date, year, epi.week, tdate

Date, year, epidemiologic weeks, and time index.

y

Respiratory hospitalization count.

MP10_max, MP10_min, MP10_avg

Maximum, minimum and average of \(MP10\).

NO_max,NO_min,NO_avg

Maximum, minimum and average of \(NO\).

NO2_max, NO2_min, NO2_avg

Maximum, minimum and average of \(NO_2\).

NOx_max, NOx_min, NOx_avg

Maximum, minimum and average of \(NO_x\).

O3_max, O3_min, O3_avg

Maximum, minimum and average of \(O_3\).

TEMP_max, TEMP_min, TEMP_avg

Maximum, minimum and average of temperature.

RH_max, RH_min, RH_avg

Maximum, minimum and average of relative humidity.

ampl_max, ampl_min, ampl_avg

Maximum, minimum and average of daily temperature amplitude.

References

Chou-Chen, S.W., Oliveira, R.A., Raicher, I. et al. (2024) Additive partial linear models with autoregressive symmetric errors and its application to the hospitalizations for respiratory diseases. Stat Papers 65, 5145–5166. tools:::Rd_expr_doi("10.1007/s00362-024-01590-w")

Examples

Run this code
data(hospitalization)
head(hospitalization)

Run the code above in your browser using DataLab