pull_brmsfit.bayesnecfit | R Documentation |
brmsfit
from
bayesnecfit
or bayesmanecfit
.Extract and object of class brmsfit
from
bayesnecfit
or bayesmanecfit
.
## S3 method for class 'bayesnecfit'
pull_brmsfit(object, ...)
## S3 method for class 'bayesmanecfit'
pull_brmsfit(object, model = NA, ...)
pull_brmsfit(object, ...)
object |
An object of class |
... |
Arguments passed to other methods. |
model |
An optional |
An object of class brmsfit
.
bnec
library(bayesnec)
data(manec_example)
brms_fit <- pull_brmsfit(manec_example, model = "nec4param")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.