plot.netcmc: A function that plots visual MCMC diagnostics of the fitted...

View source: R/plot.netcmc.R

plot.netcmcR 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


netcmc documentation built on Nov. 10, 2022, 5:11 p.m.