Learn R Programming

AID (version 1.7)

AADT: Average Annual Daily Traffic Data

Description

Average annual daily traffic data collected from the Minnesota Department of Transportation data base.

Usage

data(AADT)

Arguments

Format

A data frame with 121 observations on the following 8 variables.

References

Cheng, C. (1992). Optimal Sampling for Traffic Volume Estimation, Unpublished Ph.D. dissertation, University of Minnesota, Carlson School of Management.

Neter, J., Kutner, M.H., Nachtsheim, C.J.,Wasserman, W. (1996). Applied Linear Statistical Models (4th ed.), Irwin, page 483.

Examples

Run this code
data(AADT)
attach(AADT)
hist(aadt)
boxcoxfr(aadt, class)

Run the code above in your browser using DataLab