Learn R Programming

astsa (version 1.15)

blood: Daily Blood Work

Description

Multiple time series of measurements made for 91 days on the three variables, log(white blood count) [WBC], log(platelet) [PLT] and hematocrit [HCT]. Missing data code is NA.

Arguments

Format

The format is: mts [1:91, 1:3]

Details

This is the data set used in Chapter 6 with NA as the missing data code.

References

You can find demonstrations of astsa capabilities at FUN WITH ASTSA.

The most recent version of the package can be found at https://github.com/nickpoison/astsa/.

In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.

The webpages for the texts are https://www.stat.pitt.edu/stoffer/tsa4/ and https://www.stat.pitt.edu/stoffer/tsda/.

See Also

HCT, PLT, WBC

Examples

Run this code
plot(blood, type="o", pch=19)

Run the code above in your browser using DataLab