View source: R/outcome_surv_exponential.R
| outcome_surv_exponential | R Documentation |
Exponential survival distribution
outcome_surv_exponential(time_var, cens_var, baseline_prior, weight_var = "")
time_var |
character. Name of time variable column in model matrix |
cens_var |
character. Name of the censorship variable flag in model matrix |
baseline_prior |
|
weight_var |
character. Optional name of variable in model matrix for weighting the log likelihood. |
The baseline_prior argument specifies the prior distribution for the
baseline log hazard rate. The interpretation of the baseline_prior differs
slightly between borrowing methods selected.
Dynamic borrowing using borrowing_hierarchical_commensurate(): the baseline_prior for Bayesian Dynamic Borrowing
refers to the log hazard rate of the external control arm.
Full borrowing or No borrowing using borrowing_full() or borrowing_none(): the baseline_prior for
these borrowing methods refers to the log hazard rate for the
internal control arm.
Object of class OutcomeSurvExponential.
Other outcome models:
outcome_bin_logistic(),
outcome_cont_normal(),
outcome_surv_pem(),
outcome_surv_weibull_ph()
es <- outcome_surv_exponential(
time_var = "time",
cens_var = "cens",
baseline_prior = prior_normal(0, 1000)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.