Description Usage Arguments Details Value
RankDistModel fits a mixture of ranking models based on weighted Kendall distance.
1 | RankDistanceModel(dat, init, ctrl)
|
dat |
A RankData object. |
init |
A RankInit object. |
ctrl |
A RankControl object. |
The procedure will estimate central rankings, the probability of each cluster and weights.
A list containing the following components:
modal_ranking.estthe estimated pi0 for each cluster.
pthe probability of each cluster.
w.estthe estimated weights of each cluster.
alphathe estimated alpha for each cluster.
param.estthe param parametrisation of weights of each cluster.
SSRthe sum of squares of Pearson residuals
log_likelihoodthe fitted log_likelihood
BICthe fitted Bayesian Information Criterion value
free_paramsthe number of free parameters in the model
expectationthe expected value of each observation given by the model
iterationthe number of EM iteration
model.callthe function call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.