plot_marginal {BEDASSLE} | R Documentation |
Plots the marginal density of a parameter
Description
Plots the posterior marginal density of a parameter. Users may specify whether they want a histogram, a density, or both.
Usage
plot_marginal(parameter, percent.burnin = 0, thinning = 1, histogram = TRUE,
density = TRUE, population.names = NULL, param.name = deparse(substitute(parameter)))
Arguments
parameter |
The parameter for which the marginal plot is being generated. |
percent.burnin |
The percent of the sampled MCMC generations to be discarded as "burn-in." If the
MCMC is run for 1,000,000 generations, and sampled every 1,000 generations, there
will be 1,000 sampled generations. A |
thinning |
The multiple by which the sampled MCMC generations are thinned. A |
histogram |
A switch that controls whether or not the plot contains a histogram of the values
estimated for the parameter over the course of the MCMC. Default is |
density |
A switch that controls whether or not the plot shows the density of the values
estimated for the parameter over the course of the MCMC. Default is |
population.names |
A vector of length |
param.name |
The name of the parameter for which the trace plot is being displayed. |
Details
The marginal plot is another basic visual tool for MCMC diagnosis. Users should look for marginal plots that are "smooth as eggs" (indicating that the chain has been run long enough) and unimodal (indicating a single peak in the likelihood surface).
Author(s)
Gideon Bradburd