Learn R Programming

astsa (version 1.1)

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.

Usage

data(blood)

Arguments

format

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

source

Jones, R.H. (1984). Fitting multivariate models to unequally spaced data. In Time Series Analysis of Irregularly Observed Data, pp. 158-188. E. Parzen, ed. Lecture Notes in Statistics, 25, New York: Springer-Verlag.

Details

This is the data set used in Example 6.1 and subsequently in Example 6.9 with 0 (zero) as the missing data code.

References

http://www.stat.pitt.edu/stoffer/tsa3/

See Also

HCT, PLT, WBC

Examples

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

Run the code above in your browser using DataLab