| OutcomeSurvPEM-class | R Documentation |
OutcomeSurvPEM ClassA class for defining a time-to-event survival analysis with a
piecewise survival distribution.
Objects of class OutcomeSurvPEM should not be created directly
but by the constructor outcome_surv_pem().
function_stan_codecharacter. stan function code block containing text to interpolate into stan model.
Empty string for OutcomeSurvPEM.
param_stan_codecharacter. stan parameter code block containing text to interpolate into stan model.
Empty string for OutcomeSurvPEM.
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 OutcomeSurvPEM.
time_varcharacter. Variable used for time in TimeToEvent objects.
cens_varcharacter. Variable used for censoring in TimeToEvent objects.
baseline_priorPrior. Object of class Prior
specifying 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.
n_periods.Number of periods.
Other outcome:
BinaryOutcome-class,
ContinuousOutcome-class,
Outcome-class,
OutcomeBinaryLogistic-class,
OutcomeContinuousNormal-class,
OutcomeSurvExponential-class,
OutcomeSurvWeibullPH-class,
TimeToEvent-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.