Learn R Programming

ergm (version 4.7.1)

Unif-ergmReference: Continuous Uniform reference

Description

Specifies each dyad's baseline distribution to be continuous uniform between a and b: \(h(y)=1\) , with the support being [a, b].

Usage

# Unif(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.

ergm:::.formatTermKeywords("ergmReference", "Unif", "subsection")