| AADT {AID} | R Documentation |
Average Annual Daily Traffic Data
Description
Average annual daily traffic data collected from the Minnesota Department of Transportation data base.
Usage
data(AADT)
Format
A data frame with 121 observations on the following 8 variables.
aadtaverage annual daily traffic for a section of road
ctypoppopulation of county
lanesnumber of lanes in the section of road
widthwidth of the section of road (in feet)
controla factor with levels: access control; no access control
classa factor with levels: rural interstate; rural noninterstate; urban interstate; urban noninterstate
truckavailability situation of road section to trucks
localea factor with levels: rural; urban, population <= 50,000; urban, population > 50,000
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
library(AID)
data(AADT)
attach(AADT)
hist(aadt)
out <- boxcoxfr(aadt, class)
confInt(out)