print.ergm {ergm} | R Documentation |
print.ergm
is the method used to print an ergm
object created
by the ergm
function.
## S3 method for class 'ergm' print(x, digits = max(3, getOption("digits") - 3), ...)
x |
|
digits |
Significant digits for coefficients |
... |
Additional arguments, to be passed to lower-level functions in the future. |
Automatically called when an object of class ergm
is printed.
Currently, print.ergm
summarizes the number of Newton-Raphson
iterations required, the size of the MCMC sample, the theta vector
governing the selection of the sample, and the Monte Carlo MLE.
The value returned is the ergm
object itself.
network, ergm
data(florentine) x <- ergm(flomarriage ~ density) class(x) x