sbmmod {SBMSplitMerge}R Documentation

Stochastic block model object

Description

A wrapper for a block and parameter model

Usage

sbmmod(blockmod, parammod, edgemod, ...)

Arguments

blockmod

a blockmod object

parammod

a parammod object

edgemod

an edgemod object

...

additional arguments to store in the sbmmod object

Details

Simple wrapper for the block and parameter model for an sbm object

Value

an sbmmod object with a method 'r(n)' sampling an sbm object with n nodes from the model and a method logd(sbm) computing the log-density of sbm under the model

Author(s)

Matthew Ludkin

See Also

blockmod parammod edgemod


[Package SBMSplitMerge version 1.1.1 Index]