Log-ergmTerm {ergm} | R Documentation |
Take a natural logarithm of a network's statistic
Description
Evaluate the terms specified in formula
and takes a natural (base ) 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.
Usage
# binary: Log(formula, log0=-1/sqrt(.Machine$double.eps))
# valued: Log(formula, log0=-1/sqrt(.Machine$double.eps))
Arguments
formula |
a one-sided |
log0 |
the value to be substituted for |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
operator, binary, valued
[Package ergm version 4.6.0 Index]