Summary and print methods for the class SARTML
as returned by the function SARTML.
# S3 method for SARTML
summary(object, Glist, data, ...)# S3 method for summary.SARTML
print(x, ...)
# S3 method for SARTML
print(x, ...)
# S3 method for summary.SARTMLs
print(x, ...)
an object of class SARTML
, output of the function SARTML
.
further arguments passed to or from other methods.
an object of class summary.SARTML
, output of the function summary.SARTML
or class SARTML
, output of the function SARTML
.
A list consisting of:
number of sub-networks.
number of individuals in each network.
Maximum Likelihood (ML) estimator.
likelihood value.
covariance matrix of the estimate.
output as returned by the optimizer.
list of formula, name of the object Glist
, number of friends in the network, name of the object data
,
and number of zeros in y
.