| OutcomeSurvWeibullPH-class {psborrow2} | R Documentation |
OutcomeSurvWeibullPH Class
Description
A class for defining a time-to-event survival analysis with a
Weibull proportional hazards survival distribution.
Objects of class OutcomeSurvWeibullPH should not be created directly
but by the constructor outcome_surv_weibull_ph().
Slots
function_stan_codecharacter. Stan function code block containing text to interpolate into Stan model.
param_stan_codecharacter. Stan parameter code block containing text to interpolate into Stan model.
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 (1).
param_priorslist. Named list of prior distributions on the ancillary parameters in the model.
time_varcharacter. Variable used for time in
TimeToEventobjects.cens_varcharacter. Variable used for censoring in
TimeToEventobjects.baseline_priorPrior. Object of classPriorspecifying prior distribution for the baseline outcome.name_beta_trt.Named vector for beta_trt.
name_exp_trt.Named vector for exponentiated beta_trt
alpha_type.How to interpret alpha.
name_addnl_params.Named vector for additional parameters.
See Also
Other outcome:
BinaryOutcome-class,
ContinuousOutcome-class,
Outcome-class,
OutcomeBinaryLogistic-class,
OutcomeContinuousNormal-class,
OutcomeSurvExponential-class,
TimeToEvent-class