powered by
brmsfit
bayesnecfit
bayesmanecfit
Extract and object of class brmsfit from bayesnecfit or bayesmanecfit.
# S3 method for bayesnecfit pull_brmsfit(object, ...)# S3 method for bayesmanecfit pull_brmsfit(object, model = NA, ...)pull_brmsfit(object, ...)
# S3 method for bayesmanecfit pull_brmsfit(object, model = NA, ...)
pull_brmsfit(object, ...)
An object of class brmsfit.
An object of class bayesnecfit or bayesmanecfit returned by bnec.
bnec
Arguments passed to other methods.
An optional character vector specifying the model to extract.
character
library(bayesnec) data(manec_example) brms_fit <- pull_brmsfit(manec_example, model = "nec4param")
Run the code above in your browser using DataLab