| DiscUnif-ergmReference {ergm} | R Documentation |
Discrete Uniform reference
Description
Specifies each dyad's baseline distribution to be discrete uniform
between a and b (both inclusive): h(y)=1 , with
the support being
a, a+1, ..., b-1, b.
Usage
# DiscUnif(a,b)
Arguments
a, b |
minimum and maximum to the baseline discrete uniform distribution, both inclusive. Both values must be finite. |
See Also
ergmReference for index of reference distributions currently visible to the package.
Keywords
discrete, finite
[Package ergm version 4.6.0 Index]