pull_prior {bayesnec} | R Documentation |
pull_prior
Description
Extracts the priors from an object of class
bayesnecfit
or bayesmanecfit
.
Usage
pull_prior(object)
Arguments
object |
An object of class |
Value
A list
containing the priors.
Examples
library(bayesnec)
data(manec_example)
pull_prior(manec_example)
[Package bayesnec version 2.1.2.0 Index]