twoway (version 0.6.2)

hstart: Number of U.S. housing starts by month for the years 1965 -- 1973

Description

Number of U.S. housing starts by month for the years 1965 -- 1973

Arguments

Format

a 9 x 12 matrix, where the entries are the number of housing starts, in thousands

References

Becker, Chambers & Wilks (1988), The New S Language, Brooks Cole. Friendly, M. (1991). SAS System for Statistical Graphics Cary, NC: SAS Institute, p.380

Examples

Run this code
# NOT RUN {
hstart.2way <- twoway(hstart, method="mean")
plot(hstart.2way)
# }

Run the code above in your browser using DataLab