explore_walkr: Explore Walkr

Description Usage Arguments Value Examples

Description

This function takes in a list of chains and diagnoses them using the shinyStan interface. The app contains the confidence interval of each dimension's coordiates across the whole sets of points, Gelman-Rubin statistics, trace-plots, and other diagnostic tools for examining convergence.

Usage

1

Arguments

x

is the set of points sampled, with its columns as the sampled points. If multiple chains are present, then the columns should be ordered such that each chain follow each other.

Value

a shiny interface that display the diagnostics of the MCMC random walk

Examples

1
2
3
4
5
6
7
explore_walkr("list")

## Not run: 
## x is the set of points sampled, this uses shinystan to visualize results!
explore_walkr(x)

## End(Not run)

walkr documentation built on June 29, 2019, 9:02 a.m.