| BNPmix_psm | R Documentation |
C++ function - compute the posterior similarity matrix
M |
a matrix (r x n), r number of replications, n number of observations |
{
M <- matrix(c(1,1,1,2,1,1,2,2,1,1,2,1,1,2,1,1), ncol = 4)
BNPmix_psm(M)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.