get_prior_id {bayes4psy} | R Documentation |
get_prior_id
Description
get_prior_id
returns an integer id of prior's family (1 = uniform, 2 = normal, 3 = gamma, 4 = beta).
Usage
get_prior_id(object)
## S4 method for signature 'b_prior'
get_prior_id(object)
Arguments
object |
b_prior object. |
[Package bayes4psy version 1.2.12 Index]