update_z | R Documentation |
Update class allocation vector
update_z(s, beta, b, Omega)
s |
[ |
beta |
[ |
b |
[ |
Omega |
[ |
An update for z
.
update_z(
s = c(0.6, 0.4), beta = matrix(c(-2, 0, 2), ncol = 3),
b = cbind(0, 1), Omega = cbind(1, 1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.