BSBPlotSumm function

Plot summaries for BSBHaz model

Plot summaries for BSBHaz model

BSBPlotSumm(bsbhaz, variable = c("lambda1", "lambda2", "s1", "s2"))

Arguments

  • bsbhaz: An object of class 'BSBHaz' created by BSBHaz.
  • variable: A character indicating the variable to plot.

Examples

t1 <- survival::Surv(c(1, 2, 3)) t2 <- survival::Surv(c(1, 2, 3)) init <- BSBInit(t1 = t1, t2 = t2, seed = 0) samples <- BSBHaz(init, iter = 10, omega_d = 2, gamma_d = 10, seed = 10) BSBPlotSumm(samples, "s1")
  • Maintainer: Emilio Akira Morones Ishikawa
  • License: GPL (>= 2)
  • Last published: 2023-09-03