ExponentialSurvDist Class
ExponentialSurvDist-class.RdA class for defining a time-to-event survival analysis with an
exponential survival distribution.
Objects of class ExponentialSurvDist should not be created directly
but by the constructor exp_surv_dist().
Slots
function_stan_codecharacter. stan function code block containing text to interpolate into stan model. Empty string for
ExponentialSurvDist.param_stan_codecharacter. stan parameter code block containing text to interpolate into stan model. Empty string for
ExponentialSurvDist.likelihood_stan_codecharacter. stan model likelihood code block containing text to interpolate into stan model.
n_paraminteger. Number of ancillary parameters for the model to estimate (0).
param_priorslist. Named list of prior distributions on the ancillary parameters in the model. Empty for
ExponentialSurvDist.time_varcharacter. Variable used for time in
TimeToEventobjects.cens_varcharacter. Variable used for censoring in
TimeToEventobjects.