Summary and print methods for the class smmSAR.
# S3 method for smmSAR
summary(object, .fun, .args, sim = 30, ncores = 1, dnetwork, data, ...)# S3 method for summary.smmSAR
print(x, ...)
# S3 method for smmSAR
print(x, dnetwork, .fun, .args, sim = NULL, ncores = 1, data, ...)
A list consisting of:
number of groups.
vector of each group size.
vector of estimated parameters.
input value of formula.
input value of contextual.
input value of fixed.effects.
input value of smm.ctr.
other details of the model.
an object of class "smmSAR", output of the function smmSAR.
are used to simulate from the distribution of dnetwork. .fun is the simulator function
where .args is a list of its arguments. Typically do.call(.fun, .args) is supposed to simulate one dnetwork from
the distribution.
the number of simulations of dnetwork.
the number of cores to be used for the simulation. Use a lot of cores for fast simulations.
a list, where the m-th elements is the matrix of link probability in the m-th sub-network.
optional data frame, list or environment (or object coercible by as.data.frame to a data frame) containing the variables
in the model. If missing, the variables are taken from environment(formula), typically the environment from which smmSAR is called.
further arguments passed to or from other methods.
an object of class "summary.smmSAR" or "smmSAR", output of the functions summary.smmSAR or
smmSAR.