threshold_lowESS: A number in [0,1] indicating the minimum acceptable value of the relative ESS. See details.
Returns
A warning message in case of detected problems.
Details
check_ESS() works as follows:
Extract the ESS from stan_fit for each parameter of the model.
Compute the relative ESS (i.e. the ESS divided by the number of draws).
Check whether for any of the parameter the ESS is lower than threshold. If for at least one parameter the relative ESS is below the threshold, a warning is thrown.