R Dataset / Package Ecdat / Mode
On this R-data statistics page, you will find information about the Mode data set which pertains to Mode Choice . The Mode data set is found in the Ecdat R package. You can load the Mode data set in R by issuing the following command at the console data("Mode"). This will load the data into a variable called Mode. If R says the Mode data set is not found, you can try installing the package by issuing this command install.packages("Ecdat") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Mode R data set. The size of this file is about 39,026 bytes.
Mode Choice
Description
a cross-section
number of observations : 453
observation : individuals
Usage
data(Mode)
Format
A dataframe containing :
- choice
-
one of car, carpool, bus or rail
- cost.z
-
cost of mode z
- time.z
-
time of mode z
References
Kenneth Train's home page : http://elsa.berkeley.edu/~train/.
See Also
Index.Source
, Index.Economics
, Index.Econometrics
, Index.Observations
Dataset imported from https://www.r-project.org.