Description Usage Arguments Value Examples
View source: R/dblpm_posterior.R
Evaluates the posterior value for a given Dynamic Bipartite Latent Position Model (dblpm network).
1 | dblpm_posterior(network)
|
network |
A list identifying a dblpm network. |
computing_time |
Number of seconds required for the evaluation. |
likelihood_value |
Likelihood value for the given network. |
posterior_value |
Posterior value for the given network. |
1 2 | data(IrishDirectoratesFit)
res <- dblpm_posterior(network = IrishDirectoratesFit$tail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.