powered by
This function plots autocorrelation using coda package.
network.autocorr.plot(result, extra.pars = NULL, only.pars = NULL)
None
Object created by network.run function
network.run
Extra parameters that the user wants to plot other than the default parameters.
Parameters that user wants to display. This gets rids of other default parameters user doesn't want to show
network <- with(blocker, { network.data(Outcomes, Study, Treat, N = N, response = "binomial") }) # \donttest{ result <- network.run(network) network.autocorr.plot(result) # }
Run the code above in your browser using DataLab