Learn R Programming

PLMIX (version 2.1.1)

d_gaming: Gaming Platforms Data (complete orderings)

Description

The Gaming Platforms dataset (d_gaming) collects the results of a survey conducted on a sample of \(N=91\) Dutch students, who were asked to rank \(K=6\) gaming platforms in order of preference, namely: 1 = X-Box, 2 = PlayStation, 3 = PSPortable, 4 = GameCube, 5 = GameBoy and 6 = Personal Computer. The dataset is composed of complete orderings.

Usage

data(d_gaming)

Arguments

Format

Object of S3 class c("top_ordering","matrix") gathering a matrix of complete orderings with \(N=91\) rows and \(K=6\) columns. Each row lists the gaming platforms from the most-liked (Rank_1) to the least-liked (Rank_6) for a given student.

References

Fok, D., Paap, R. and Van Dijk, B. (2012). A Rank-Ordered Logit Model With Unobserved Heterogeneity In Ranking Capatibilities. Journal of Applied Econometrics, 27(5), pages 831--846.

Examples

Run this code
# NOT RUN {
data(d_gaming)
head(d_gaming)
# }

Run the code above in your browser using DataLab