E6.8 {SenSrivastava} | R Documentation |
Dial-a-ride Data
Description
The E6.8
data frame has 54 rows and 7 columns. It has 7 variables
describing 54 dial-a-ride services in U.S. and Canada. It needs
weighted regression.
Usage
data(E6.8)
Format
This data frame contains the following columns:
- POP
-
a numeric vector, population of area where service where operating.
- AR
-
a numeric vector, area of the place where service where provided.
- RDR
-
a numeric vector, number of riders using the system.
- HR
-
a numeric vector, hours of operation.
- VH
-
a numeric vector, number of vehicles in operation.
- F
-
a numeric vector, the fare used.
- IND
-
a numeric vector, a composite index, 1 when several ridership enhancing features where present, and 0 elsewhere.
Source
Collected by Louise Stanton-Maston, from 54 services in U.S. and Canada.
Examples
data(E6.8)
summary(E6.8)
[Package SenSrivastava version 2015.6.25.1 Index]