BASiCS_EffectiveSize {BASiCS} | R Documentation |
A function to calculate effective sample size
BASiCS_Chain
objects.
BASiCS_EffectiveSize(object, Parameter, na.rm = TRUE) BASiCS_effectiveSize(...)
object |
an object of class |
Parameter |
The parameter to use to calculate effective sample size.
Possible
values: |
na.rm |
Remove |
... |
Unused. |
A vector with effective sample sizes for all the elements
of Parameter
data(ChainSC) BASiCS_EffectiveSize(ChainSC, Parameter = "mu")