summary.mcmcSAR | R Documentation |
Summary and print methods for the class mcmcSAR
.
## S3 method for class 'mcmcSAR'
summary(object, alpha = 0.95, plot.type = NULL, burnin = NULL, ...)
## S3 method for class 'summary.mcmcSAR'
print(x, ...)
## S3 method for class 'mcmcSAR'
print(x, ...)
object |
an object of class "mcmcSAR", output of the function |
alpha |
(optional, default = 0.95), the significance level of parameter. |
plot.type |
(optional) a character that indicate if the simulations from the posterior distribution should be printed
(if |
burnin |
is the number of MCMC steps which will be considered as burn-in iterations. If |
... |
further arguments passed to or from other methods. |
x |
an object of class "summary.mcmcSAR" or "mcmcSAR, output of the functions |
The function is smart and allows all the possible arguments with the functions summary,
plot, par... such as col
, lty
, mfrow
... summary.mcmcSAR
,
print.summary.mcmcSAR
and print.mcmcSAR
can be called by summary
or print
.
A list consisting of:
n.group |
number of groups. |
N |
vector of each group size. |
iteration |
number of MCMC steps performed. |
burnin |
number of MCMC steps which will be considered as burn-in iterations. |
posterior |
matrix (or list of matrices) containing the simulations. |
hyperparms |
return value of |
accept.rate |
acceptance rate of zeta. |
prop.net |
proportion of observed network data. |
method.net |
network formation model specification. |
formula |
input value of |
alpha |
significance level of parameter. |
ctrl.mcmc |
return value of |
... |
arguments passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.