pull_brmsfit.bayesnecfit {bayesnec} | R Documentation |
Extract and object of class brmsfit
from
bayesnecfit
or bayesmanecfit
.
Description
Extract and object of class brmsfit
from
bayesnecfit
or bayesmanecfit
.
Usage
## S3 method for class 'bayesnecfit'
pull_brmsfit(object, ...)
## S3 method for class 'bayesmanecfit'
pull_brmsfit(object, model = NA, ...)
pull_brmsfit(object, ...)
Arguments
object |
An object of class |
... |
Arguments passed to other methods. |
model |
An optional |
Value
A plot of the prior and posterior parameter probability densities.
See Also
Examples
library(bayesnec)
data(manec_example)
brms_fit <- pull_brmsfit(manec_example, model = "nec4param")
[Package bayesnec version 2.1.2.0 Index]