pltgamma {RCASPAR} | R Documentation |
This function allows the user to visualize the shape of the gamma distribution used as a prior on the baseline hazards in the functions ending with "_BLH"
pltgamma(a, b)
a |
Is the shape parameter for the gamma distribution. |
b |
Is the scale parameter for the gamma distribution |
A plot of the gamma distribution with the given parameters.
Douaa Mugahid
pltgamma(a=2,b=2)