ll_ordered | R Documentation |
This function computes the log-likelihood value given the threshold
increments d
.
ll_ordered(d, y, mu, Tvec)
d |
A numeric vector of threshold increments. |
y |
A matrix of the choices. |
mu |
A matrix of the systematic utilities. |
Tvec |
The element |
The log-likelihood value.
ll_ordered(c(0,0,0), matrix(1), matrix(1), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.