pltgamma {RCASPAR}R Documentation

Plotting the gamma distribution of shape parameter

Description

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"

Usage

pltgamma(a, b)

Arguments

a

Is the shape parameter for the gamma distribution.

b

Is the scale parameter for the gamma distribution

Value

A plot of the gamma distribution with the given parameters.

Author(s)

Douaa Mugahid

See Also

pltprior

Examples

pltgamma(a=2,b=2)

[Package RCASPAR version 1.26.0 Index]