Skip to contents

This class extends the general SurvivalModel class for using the Gamma survival model.

Usage

SurvivalGamma(
  k = prior_gamma(2, 0.5),
  theta = prior_gamma(2, 0.5),
  beta = prior_normal(0, 2)
)

Arguments

k

(Prior)
for the shape k.

theta

(Prior)
for the scale theta.

beta

(Prior)
for covariates coefficients beta.