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 |
parammod |
a |
edgemod |
an |
... |
additional arguments to store in the |
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
[Package SBMSplitMerge version 1.1.1 Index]