Description Usage Format Details See Also Examples
A synthetic discrete choice dataset with each observation having two generic alternatives composed of two attributes (travel time and toll). The data are panel in nature (as opposed to cross-sectional) with 8 choice tasks per decision maker.
1 |
A data frame with one row per choice task.
IDDecision maker identifier
thecountExperiment number
tt1Travel time for the first alternative
tt2Travel time for the second alternative
toll2Toll for the second alternative
asc1Dummy for alternative specific constant
ChoiceChoice made
These choice data were synthetically derived to be used in generating examples of how RSGHB is used to estimate discrete choice models.
doHB
1 2 3 4 | data(choicedata)
# Frequency of alternatives chosen
table(choicedata$Choice)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.