Description Usage Arguments Value Examples
View source: R/RandomUtilityModels.R
A faster Likelihood for Plackett-Luce Model
1 | Likelihood.PL(Data, parameter)
|
Data |
ranking data |
parameter |
Mean of Exponential Distribution |
log likelihood
1 2 3 | data(Data.Test)
parameter = Generate.RUM.Parameters(5, "exponential")
Likelihood.PL(Data.Test, parameter)
|
[1] -25.46861
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.