Learn R Programming

walkr (version 0.3.3)

calc_rhat: R hat

Description

This function calculates the rhat of each parameter given the list of chains that walkr produces. Since this is just an internal function, I'll document it more later.

Usage

calc_rhat(x)

Arguments

x
is the list of chains

Value

a vector of rhats

Examples

Run this code
## Not run: 
# ## x is a list of sampled chains
# calc_rhat(x)
# ## End(Not run)

Run the code above in your browser using DataLab