Evaluate the terms specified in formula
and takes a natural (base \(e\) ) logarithm of them. Since an ERGM statistic must be finite, log0
specifies the value to be substituted for log(0)
. The default value seems reasonable for most purposes.
# binary: Log(formula, log0=-1/sqrt(.Machine$double.eps))# valued: Log(formula, log0=-1/sqrt(.Machine$double.eps))
a one-sided ergm()
-style formula with the terms to be evaluated
the value to be substituted for log(0)
ergmTerm
for index of model terms currently visible to the package.
ergm:::.formatTermKeywords("ergmTerm", "Log", "subsection")