plot.netcmc {netcmc} | R Documentation |
A function that plots visual MCMC diagnostics of the fitted model.
Description
This function takes a netcmc object of samples from the posterior distribution of a parameter(s) and returns a visual convergence diaagnostics in the form of a density plot, trace plot, and ACF plot.
Usage
## S3 method for class 'netcmc'
plot(x, ...)
Arguments
x |
A netcmc object of samples from the posterior distribution of a parameter(s). |
... |
Ignored.s |
Value
Returns a trace plot, density plot and ACF plot for the posterior distribution of a parameter(s) in a netcmc object.
Author(s)
George Gerogiannis
[Package netcmc version 1.0.2 Index]