Description Usage Arguments Value
Methods defined for objects returned from the generic bridge_sampler
function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'bridge'
summary(object, na.rm = TRUE, ...)
## S3 method for class 'bridge_list'
summary(object, na.rm = TRUE, ...)
## S3 method for class 'summary.bridge'
print(x, ...)
## S3 method for class 'summary.bridge_list'
print(x, ...)
## S3 method for class 'bridge'
print(x, ...)
## S3 method for class 'bridge_list'
print(x, na.rm = TRUE, ...)
|
object, x |
object of class |
na.rm |
logical. Should NA estimates in |
... |
further arguments, currently ignored. |
The summary
methods return a data.frame
which contains the log marginal likelihood plus the result returned from invoking error_measures
.
The print
methods simply print and return nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.