StatRank (version 0.0.6)

Estimation.PL.MLE: Performs parameter estimation for the Plackett-Luce model using an Minorize Maximize algorithm

Description

Performs parameter estimation for the Plackett-Luce model using an Minorize Maximize algorithm

Usage

Estimation.PL.MLE(Data, iter = 10)

Arguments

Data
data in either partial or full rankings (Partial rank case works for settings like car racing)
iter
number of MM iterations to run

Value

list of estimated means (Gamma) and the log likelihoods

Examples

Run this code
data(Data.Test)
Estimation.PL.MLE(Data.Test)

Run the code above in your browser using DataLab