Learn R Programming

IrishDirectorates (version 1.5)

dblpm_posterior: dblpm_posterior

Description

Evaluates the posterior value for a given Dynamic Bipartite Latent Position Model (dblpm network).

Usage

dblpm_posterior(network)

Value

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.

Arguments

network

A list identifying a dblpm network.

Examples

Run this code
data(IrishDirectoratesFit)
res <- dblpm_posterior(network = IrishDirectoratesFit$tail)

Run the code above in your browser using DataLab