Learn R Programming

MixStable (version 0.1.0)

plot_trace: Plot trace of a parameter across MCMC iterations

Description

Displays the evolution of a parameter across MCMC iterations to assess convergence.

Usage

plot_trace(samples, param_name)

Value

NULL (plot is displayed as a side effect)

Arguments

samples

List of sample objects from MCMC.

param_name

Name of the parameter to trace.