BASiCS_EffectiveSize {BASiCS} | R Documentation |
A function to calculate effective sample size
BASiCS_Chain
objects.
BASiCS_EffectiveSize(object, Param, na.rm = TRUE) BASiCS_effectiveSize(...)
object |
an object of class |
Param |
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 Param
data(ChainSC) BASiCS_EffectiveSize(ChainSC, Param = "mu")