View source: R/bridge_sampling.R
| bridge_sampler.smoothbp_fit | R Documentation |
Bridge Sampler for smoothbp_fit
## S3 method for class 'smoothbp_fit'
bridge_sampler(
samples,
method = c("auto", "rust", "bridgesampling"),
seed = 42,
...
)
samples |
A |
method |
Character; either "auto", "rust", or "bridgesampling". Default "auto" uses Rust for continuous models. |
seed |
Random seed for the bridge sampler. |
... |
Passed to |
An object of class "bridge" or "bridge_list" containing the log marginal likelihood estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.