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