Description Usage Arguments Value Examples
This function allows you to obtain the posterior mean of the edges from the BLSM model
1 | Predictblsm(model)
|
model |
object of class BLSM |
list containing:
est.P.ia
(N
x M
) matrix containing the predicted probabilities of an edge
1 2 3 | attach(french)
a=blsm(Niter=5,Y.ia,D=2)
Predictblsm(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.