Plotting the simulation from the posterior distribution as well as the density functions of Bayesian SAR model parameter. For more details about the graphical parameter arguments, see par.
# S3 method for mcmcSAR
plot(x, plot.type = "sim", burnin = NULL, which.parms = "theta", ...)# S3 method for plot.mcmcSAR
print(x, ...)
A list consisting of:
number of groups.
vector of each group size.
number of MCMC steps performed.
number of MCMC steps which will be considered as burn-in iterations.
summary of the posterior distribution to be plotted.
return value of hyperparms.
acceptance rate of zeta.
proportion of observed network data.
network formation model specification.
input value of formula.
return value of ctrl.mcmc.
return value of which.parms.
type of the plot.
arguments passed to methods.
object of class "mcmcSAR", output of the function mcmcSAR or object of class "plot.mcmcSAR", output of the function plot.mcmcSAR.
character indicating the type of plot: "sim" for plotting the simulation
from the posterior distribution or "dens" for plotting the posterior density functions.
number of MCMC steps which will be considered as burn-in iterations. If NULL (default value),
the 50% first MCMC steps performed are used as burn-in iterations.
character indicating the parameters whose the posterior distribution will be plotted: "theta" for
the parameters of the outcome model and "rho" for the parameters of the network formation model.
arguments to be passed to methods, such as par.