SpatialEpi (version 1.2.3)

GammaPriorCh: Compute Parameters to Calibrate a Gamma Distribution

Description

Compute parameters to calibrate the prior distribution of a relative risk that has a gamma distribution.

Usage

GammaPriorCh(theta, prob, d)

Arguments

theta

upper quantile

prob

upper quantile

d

degrees of freedom

Value

A list containing

a

shape parameter

b

rate parameter

See Also

LogNormalPriorCh

Examples

Run this code
# NOT RUN {
param <- GammaPriorCh(5, 0.975,1)
curve(dgamma(x,shape=param$a,rate=param$b),from=0,to=6,n=1000,ylab="density")
# }

Run the code above in your browser using DataLab