Description Usage Arguments Value Examples
Concatenate method for objects of class "bayesTest".
1 2 |
... |
|
errorCheck |
check that objects can be concatenated? Setting this to |
A bayesTest
object with concatenated posteriors.
1 2 3 4 5 6 | A_pois <- rpois(100, 5)
B_pois <- rpois(100, 4.7)
AB1 <- bayesTest(A_pois, B_pois, priors = c('shape' = 25, 'rate' = 5), distribution = 'poisson')
AB2 <- bayesTest(A_pois, B_pois, priors = c('shape' = 25, 'rate' = 5), distribution = 'poisson')
c(AB1, AB2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.