Arizona {twoway}R Documentation

Mean monthly temperatures in Arizona

Description

This is the data set used by Tukey (1977) for the initial examples of twoway tables

Format

a matrix of 7 rows (Month) and 3 columns (City) where the value is mean monthly temperature in degrees F. The matrix has a responseName attribute, "Temperature"

References

Tukey, J. W. (1977). Exploratory Data Analysis, Reading MA: Addison-Wesley. Exhibit 1 of chapter 10, p. 333

Examples

data(Arizona)
(AR.2way <-twoway(Arizona, method="median"))

## plot(AR.2way)

[Package twoway version 0.6.3 Index]