Learn R Programming

glarma (version 1.7-1)

Polio: Cases of Poliomyelitis in the U.S.

Description

This data set gives the monthly number of cases of poliomyelitis in the U.S. for the years 1970--1983 as reported by the Center for Disease Control. The polio data frame has 168 rows and 8 columns.

Usage

data(Polio)

Arguments

Format

A data frame containing the following columns:

[, 1]Casesmonthly number of cases of poliomyelitis.
[, 2]Intcpta vector of ones, providing the intercept in the model.
[, 3]Trenda linear trend.
[, 4]CosAnnualcosine harmonics at periods of 12.
[, 5]SinAnnualsine harmonics at periods of 12.
[, 6]CosSemiAnnualcosine harmonics at periods of 6.
[, 7]SinSemiAnnualsine harmonics at periods of 6.