Learn R Programming

ggmcmc (version 0.2)

ggs_compare_partial: Compare the distribution of the whole chain with only the last part of it

Description

Compare the distribution of the whole chain with only the last part of it

Usage

ggs_compare_partial(D, partial = 0.1)

Arguments

D
data frame whith the simulations
partial
percentage of the chain to compare to, by default the last 10 percent.

Value

  • a ggplot object

Examples

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

Run the code above in your browser using DataLab