Description Usage Arguments Value Examples
View source: R/RandomUtilityModels.R
This function supports RUMs 1) Normal with fixed variance (fixed at 1)
1 | Estimation.GRUM.MLE(Data, X, Z, iter, dist, din, Bin)
|
Data |
data in either partial or full rankings |
X |
user characteristics |
Z |
alternative characteristics |
iter |
number of iterations to run algorithm |
dist |
choice of distribution |
din |
initialization of delta vector |
Bin |
intialization of B matrix |
results from the inference
1 2 3 4 5 | #data(Data.Test)
#Data.X= matrix( runif(15),5,3)
#Data.Z= matrix(runif(10),2,5)
#Estimation.GRUM.MLE(Data.Test, Data.X, Data.Z, iter = 3, dist = "norm",
#din=runif(5), Bin=matrix(runif(6),3,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.