rinvchisq {asbio} | R Documentation |
Random draws from a scaled inverse chi-square distribution
Description
The distribution is an important component of Bayesian normal hierarchical models with uniform priors.
Usage
rinvchisq(n, df, scale = 1/df)
Arguments
n |
The number of random draws. |
df |
Degrees of freedom parameter. |
scale |
Scale non-centrality parameter. |
Details
Code based on a function with same name in package goeR.
See Also
The function is a wrapper for rchisq
.
[Package asbio version 1.9-7 Index]