Learn R Programming

StatRank (version 0.0.6)

Estimation.GRUM.MLE: Performs parameter estimation for a Generalized Random Utility Model with user and alternative characteristics

Description

This function supports RUMs 1) Normal with fixed variance (fixed at 1)

Usage

Estimation.GRUM.MLE(Data, X, Z, iter, dist, din, Bin)

Arguments

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

Value

results from the inference

Examples

Run this code
#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))

Run the code above in your browser using DataLab