ess_summary.emc | R Documentation |
Returns the effective sample size (ESS) of the selected parameter type.
Full range of possible samples manipulations described in get_pars
.
## S3 method for class 'emc'
ess_summary(
emc,
selection = "mu",
stat = "min",
stat_only = FALSE,
digits = 1,
...
)
ess_summary(emc, ...)
emc |
An emc object |
selection |
A Character vector. Indicates which parameter types to check (e.g., |
stat |
A string. Should correspond to a function that can be applied to a vector, which will be performed on the vector/rows or columns of the matrix of the parameters |
stat_only |
Boolean. If |
digits |
Integer. How many digits to round the output to |
... |
Optional additional arguments that can be passed to |
A matrix or vector of ESS values for the selected parameter type.
ess_summary(samples_LNR, selection = "alpha")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.