getESS: A function to calculate the ESS of a STAN_fit

Description Usage Arguments Value Examples

Description

This function returns the ESS of a STAN_fit ascending order

Usage

1
getESS(min_ess = 400, STAN_fit = NULL)

Arguments

min_ess

the lowest ESS to not be returned

STAN_fit

a stan fit df

Value

A data frame with the ESS below the min_ess limit in ascending order

Examples

1
getESS( min_ess = 900, STAN_fit = sfitdf)

johan-gudmundsson/JGTools documentation built on May 19, 2019, 3:02 p.m.