twoway (version 0.6.3)

Arizona: Mean monthly temperatures in Arizona

Description

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

Arguments

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

Run this code
# NOT RUN {
data(Arizona)
(AR.2way <-twoway(Arizona, method="median"))

## plot(AR.2way)
# }

Run the code above in your browser using DataCamp Workspace