Description Usage Arguments Value Examples
View source: R/RandomUtilityModels.R
This function supports RUMs 1) Normal 2) Normal with fixed variance (fixed at 1) 3) Exponential
1 2 | Estimation.RUM.MultiType.MLE(Data, K = 2, iter = 10, dist, ratio = 0.2,
race = FALSE)
|
Data |
data in either partial or full rankings |
K |
number of components in mixture distribution |
iter |
number of EM iterations to run |
dist |
underlying distribution. Can be "norm", "norm.fixedvariance", "exp" |
ratio |
parameter in the algorithm that controls the difference of the starting points, the bigger the ratio the more the distance |
race |
TRUE if data is sub partial, FALSE (default) if not |
results from the inference
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.