getESS: A function to calculate the ESS of a STAN_fit

Description Usage Arguments Value Examples

View source: R/getESS.R

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)

joh4n/JGTools documentation built on May 24, 2019, 4:06 a.m.