summary.smmSAR | R Documentation |
Summary and print methods for the class smmSAR
.
## S3 method for class 'smmSAR'
summary(object, .fun, .args, sim = 30, ncores = 1, dnetwork, data, ...)
## S3 method for class 'summary.smmSAR'
print(x, ...)
## S3 method for class 'smmSAR'
print(x, dnetwork, .fun, .args, sim = NULL, ncores = 1, data, ...)
object |
an object of class "smmSAR", output of the function |
.fun , .args |
are used to simulate from the distribution of |
sim |
the number of simulations of |
ncores |
the number of cores to be used for the simulation. Use a lot of cores for fast simulations. |
dnetwork |
a list, where the m-th elements is the matrix of link probability in the m-th sub-network. |
data |
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 |
... |
further arguments passed to or from other methods. |
x |
an object of class "summary.smmSAR" or "smmSAR", output of the functions |
A list consisting of:
n.group |
number of groups. |
N |
vector of each group size. |
estimates |
vector of estimated parameters. |
formula |
input value of |
contextual |
input value of |
fixed.effects |
input value of |
smm.ctr |
input value of |
details |
other details of the model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.