ll_ordered | R Documentation |
Compute ordered probit log-likelihood
ll_ordered(d, y, sys, Tvec)
d |
[ |
y |
[ |
sys |
[ |
Tvec |
[ |
The ordered probit log-likelihood value.
d <- c(0, 0, 0)
y <- matrix(c(1, 2, 1, NA), ncol = 2)
sys <- matrix(c(0, 0, 0, NA), ncol = 2)
Tvec <- c(2, 1)
ll_ordered(d = d, y = y, sys = sys, Tvec = Tvec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.