Description Usage Arguments Value
View source: R/mnl_model_functions.R
Compute choice probabilities of a specific choice set using the MNL model.
1 | mnl_get_Ps(X, beta, s, order = 3, transform_beta = T)
|
X |
3-dimensional design cube/array of size |
beta |
Parameter vector |
s |
integer corresponding to a choice set in 1 to S. |
order |
integer corresponding to a Scheffé model order (1, 2, 3). |
transform_beta |
boolean parameter. Should the beta vector/matrix be transformed by subtracting the |
J-dimensional numerical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.