Learn R Programming

jlsm (version 0.1.0)

Predictblsm: Predict from BLSM model

Description

This function allows you to obtain the posterior mean of the edges from the BLSM model

Usage

Predictblsm(model)

Arguments

model

object of class BLSM

Value

list containing:

  • est.P.ia (N x M) matrix containing the predicted probabilities of an edge

Examples

Run this code
# NOT RUN {
attach(french)
a=blsm(Niter=5,Y.ia,D=2)
Predictblsm(a)
# }

Run the code above in your browser using DataLab