Skip to contents

Exponential survival distribution

Usage

exp_surv_dist(time_var, cens_var)

Arguments

time_var

character. Name of time variable column in model matrix

cens_var

character. Name of the censorship variable flag in model matrix

Value

Object of class ExponentialSurvDist.

See also

Other outcome models: logistic_bin_outcome(), weib_ph_surv_dist()

Examples

es <- exp_surv_dist(time_var = "time", cens_var = "cens")