Learn R Programming

ggmcmc (version 0.3)

ggs_geweke: Dotplot of the Geweke diagnostic, the standard Z-score

Description

Dotplot of Geweke diagnostic.

Usage

ggs_geweke(D, family = NA, frac1 = 0.1, frac2 = 0.5)

Arguments

D
data frame whith the simulations.
family
Name of the family of parameters to plot, as given by a character vector or a regular expression. A family of parameters is considered to be any group of parameters with the same name but different numerical value between square brackets (as beta[
frac1
Numeric, proportion of the first part of the chains selected. Defaults to 0.1.
frac2
Numeric, proportion of the last part of the chains selected. Defaults to 0.5.

Value

  • A ggplot object.

Examples

Run this code
data(samples)
ggs_geweke(ggs(S, parallel=FALSE))

Run the code above in your browser using DataLab