| Log-ergmTerm {ergm} | R Documentation |
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))
formula |
a one-sided |
log0 |
the value to be substituted for |
ergmTerm for index of model terms currently visible to the package.