Description Usage Arguments Examples
Generates a matrix where entry i, j is the estimated probabiltiy that alternative i beats alternative j
1 | generateC.model.Nonparametric(Estimate, bw = 0.1)
|
Estimate |
fitted NPRUM object |
bw |
bandwidth used for generating the pairwise probabilites |
1 2 3 | data(Data.Test)
Estimate <- Estimation.RUM.Nonparametric(Data.Test, m = 5, iter = 3)
generateC.model.Nonparametric(Estimate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.