plot_baseline: Baseline Hazard Plot

View source: R/plots.R

plot_baselineR Documentation

Baseline Hazard Plot

Description

Baseline Hazard Plot

Usage

plot_baseline(
  baseline = c("weibull", "gw"),
  par,
  t_range = c(0.01, 3),
  n_grid = 300
)

Arguments

baseline

Baseline distribution.

par

Baseline parameters.

t_range

Time range vector.

n_grid

Grid resolution.

Value

No return value, called for side effects (displays baseline hazard and cumulative baseline hazard plots).


MultiFrailty documentation built on Aug. 8, 2026, 1:07 a.m.