View source: R/create_pseudo_obs.R
create_pseudo_obs | R Documentation |
The pseudo observations is defined as Y_{ij}^* = I(Y_i \preceq Y_j).
create_pseudo_obs(y)
y |
numeric |
Y_{ij}^* as an vector with length length(y)^2
.
create_pseudo_obs(c(-1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.