| OutcomeContinuousNormal-class | R Documentation |
OutcomeContinuousNormal classA class for defining a regression with a normal outcome
to be translated to Stan code.
Objects of class OutcomeContinuousNormal should not be created directly but by
the constructor outcome_cont_normal().
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 OutcomeContinuousNormal.
continuous_varcharacter. Variable used for outcome in OutcomeContinuousNormal objects.
baseline_priorPrior. Object of class Prior
specifying prior distribution for the baseline outcome.
name_beta_trt.Named vector for beta_trt.
alpha_type.How to interpret alpha.
name_addnl_params.Named vector for additional parameters.
Other outcome:
BinaryOutcome-class,
ContinuousOutcome-class,
Outcome-class,
OutcomeBinaryLogistic-class,
OutcomeSurvExponential-class,
OutcomeSurvPEM-class,
OutcomeSurvWeibullPH-class,
TimeToEvent-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.