ess {mcmcr} | R Documentation |
P-Value effective sample size
Description
Calculates the effective sample size based on esr()
.
Usage
ess(x, by = "all", as_df = FALSE)
Arguments
x |
An MCMC object. |
by |
A string indicating whether to determine by "term", "parameter" or "all". |
as_df |
A flag indicating whether to return the results as a data frame versus a named list. |
See Also
Examples
ess(mcmcr_example)
[Package mcmcr version 0.6.1 Index]