Extracts prior from an emc object
Usage
# S3 method for class 'emc'
get_prior(emc)
get_prior(emc)
Arguments
- emc
an emc object
Value
A prior with class emc.prior
Examples
get_prior(samples_LNR)
#> Mean and variance of the prior on the transformed parameters:
#> m ~ π(0, 1)
#> m_lMd ~ π(0, 1)
#> s ~ π(0, 1)
#> t0 ~ π(0, 1)
#>
#> For detailed info use summary(<prior>)