pr_invchisq {mcmcsae} | R Documentation |
Create an object representing inverse chi-squared priors with possibly modeled degrees of freedom and scale parameters
Description
Create an object representing inverse chi-squared priors with possibly modeled degrees of freedom and scale parameters
Usage
pr_invchisq(df = 1, scale = 1)
Arguments
df |
degrees of freedom parameter. This can be a numeric scalar or
vector of length
|
scale |
scalar or vector scale parameter. Alternatively,
|
Value
An environment representing the specified prior, for internal use.