Learn R Programming

netcmc (version 1.0.2)

plot.netcmc: 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 netcmc
plot(x, ...)

Value

Returns a trace plot, density plot and ACF plot for the posterior distribution of a parameter(s) in a netcmc object.

Arguments

x

A netcmc object of samples from the posterior distribution of a parameter(s).

...

Ignored.s

Author

George Gerogiannis