Skip to contents

Interactive Plot of Survival Curves

Usage

demo_survival(
  t = 1:100,
  alpha.0 = -1.15,
  bz0.0 = -0.88,
  bz1.0 = -2.77,
  theme = ggplot2::theme_bw()
)

Arguments

t

vector of times at which to calculate the survival curves

alpha.0

initial value of the alpha parameter

bz0.0

initial value of the bz0 parameter

bz1.0

initial value of the bz1 parameter

theme

ggplot2-theme applied to the plots