Description Usage Arguments Value Examples
View source: R/BASiCS_EffectiveSize.R
A function to calculate effective sample size
BASiCS_Chain
objects.
1 2 3 | 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
1 2 | data(ChainSC)
BASiCS_EffectiveSize(ChainSC, Parameter = "mu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.