mcmcse {ernm} | R Documentation |
MCMC Standard Error by Batch
Description
Computes the MCMC standard error from a statistic vector using a batching method.
Usage
mcmcse(x, expon = 0.5)
Arguments
x |
A numeric vector of statistics. |
expon |
A numeric value controlling the batch size; default is 0.5. |
Value
A numeric value representing the estimated standard error.
[Package ernm version 1.0.1 Index]