nodelike {SBMSplitMerge} | R Documentation |
Likelihood of node assignment
Description
Calculate the likelihood of a nod belonging to each of block
Usage
nodelike(blocks, params, edges, i, sbmmod, ...)
Arguments
blocks |
an |
params |
an |
edges |
an |
i |
the node of interest |
sbmmod |
an |
... |
additional arguments for |
Details
the number of blocks considered is either the number of blocks in sbm (kappa)
or kappa+1
when sbmmod
has a variable number of blocks.
care is taken for data which is directed and with loops.
Value
likelihood of edges emanating from node i
[Package SBMSplitMerge version 1.1.1 Index]