Rdocumentation
powered by
Learn R Programming
asbio (version 1.0-5)
rinvchisq: Random draws from a scaled inverse chi-square distribution
Description
The distribution is an important component of Bayesian normal hierchical 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
.