Binomial-ergmReference {ergm.count} | R Documentation |
Binomial-reference ERGM
Description
Specifies each dyad's baseline distribution to be binomial with
trials
trials and success probability of 0.5
:
h(y)=\prod_{i,j}{{\mathrm{trials}}\choose{y_{i,j}}}
. Using
valued ERGM terms that are
"generalized" from their binary counterparts, with form
"sum"
(see previous link for the list) produces logistic
regression.
Usage
# Binomial(trials)
Arguments
trails |
model parameter |
See Also
ergmReference
for index of reference distributions currently visible to the package.
Keywords
None
[Package ergm.count version 4.1.2 Index]