Description Usage Arguments Value Examples
View source: R/RandomUtilityModels.R
GMM Method for Estimating Random Utility Model wih Normal dsitributions
1 | Estimation.Normal.GMM(Data.pairs, m, iter = 1000, Var = FALSE, prior = 0)
|
Data.pairs |
data broken up into pairs |
m |
number of alternatives |
iter |
number of iterations to run |
Var |
indicator for difference variance (default is FALSE) |
prior |
magnitude of fake observations input into the model |
Estimated mean parameters for distribution of underlying normal (variance is fixed at 1)
1 2 3 | data(Data.Test)
Data.Test.pairs <- Breaking(Data.Test, "full")
Estimation.Normal.GMM(Data.Test.pairs, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.