powered by
print.ergm is the method used to print an ergm object created by the ergm function.
print.ergm
ergm
# S3 method for ergm print(x, digits = max(3, getOption("digits") - 3), …)
An ergm object. See documentation for ergm.
Significant digits for coefficients
Additional arguments, to be passed to lower-level functions in the future.
The value returned is the ergm object itself.
Automatically called when an object of class ergm is printed. Currently, print.ergm summarizes the size of the MCMC sample, the theta vector governing the selection of the sample, and the Monte Carlo MLE.
network, ergm
# NOT RUN { data(florentine) x <- ergm(flomarriage ~ density) class(x) x # }
Run the code above in your browser using DataLab