Description Usage Arguments Details Value
stanBF_turn
objects share the Dirichlet likelihood, with θ as prior parameter.
Extract prior predictive distributions for turn-point posteriors.
Extract posterior predictive distributions for turn-point posteriors.
1 2 3 4 5 6 7 8 | ## S3 method for class 'stanBF_turn'
samples(stanBF)
## S3 method for class 'stanBF_turn'
prior_pred(stanBF, var_name = "x", ...)
## S3 method for class 'stanBF_turn'
posterior_pred(stanBF, var_name = "x", ...)
|
stanBF |
a |
var_name |
the base name for output variable columns (default: |
... |
additional parameters |
This function extract posterior samples for θ. Also returns the normalized version of them (ρ).
a tibble containing prior predictions across hypotheses and sources
a tibble containing posterior predictions across hypotheses and sources
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.