Learn R Programming

ExtMallows (version 0.1.0)

simu1: Simulation data 1

Description

This data set is simulated as described in the Simulation Study 1 of the reference. It is a 30 by 6 data frame, representing 6 independent top-30 partial rankings.

Usage

data("simu1")

Arguments

Format

A data frame with 30 observations on the following 6 variables.

V1

a numeric vector

V2

a numeric vector

V3

a numeric vector

V4

a numeric vector

V5

a numeric vector

V6

a numeric vector

References

An extended Mallows model for ranked data aggregation

Examples

Run this code
# NOT RUN {
data(simu1)
dim(simu1)
# }

Run the code above in your browser using DataLab