simulateShares | R Documentation |
This function has been depreciated since logitr version 0.1.4. Use
predictProbs()
instead.
simulateShares(
model,
alts,
obsIDName = NULL,
priceName = NULL,
computeCI = TRUE,
alpha = 0.025,
numDraws = 10^4
)
model |
The output of a model estimated model using the |
alts |
A data frame of a set of alternatives for which to simulate shares. Each row is an alternative and each column an attribute corresponding to parameter names in the estimated model. |
obsIDName |
The name of the column that identifies each set of
alternatives. Required if simulating results for more than one set of
alternatives. Defaults to |
priceName |
The name of the parameter that identifies price. Only
required for WTP space models. Defaults to |
computeCI |
Should a confidence interval be computed?
Defaults to |
alpha |
The sensitivity of the computed confidence interval.
Defaults to |
numDraws |
The number of draws to use in simulating uncertainty for the computed confidence interval. |
A data frame with the estimated shares for each alternative in
alts
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.