update_U_ranked | R Documentation |
This function updates the latent utility vector in the ranked probit case.
update_U_ranked(U, sys, Sigmainv)
U |
The current utility vector of length |
sys |
A vector of length |
Sigmainv |
The inverted error term covariance matrix of dimension
|
This update is basically the same as in the non-ranked case, despite that the truncation point is zero.
An updated utility vector of length J-1
.
U <- c(0,0)
sys <- c(0,0)
Sigmainv <- diag(2)
update_U_ranked(U, sys, Sigmainv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.