Plot some diagnostics for fitted Cox proportional hazard regression model

Plot some diagnostics for fitted Cox proportional hazard regression model

plot_IQRcoxRegression(
  fit,
  xlab = NULL,
  ylab = NULL,
  ci.level = 0.95,
  filename = NULL
)

Arguments

fit

Fitted Cox proportional hazard regression model (coxph) or IQRlogisticFit object

xlab

Label for the x-axis.

ylab

Label for the y-axis.

ci.level

confidence interval level (between 0 an 1, defaults to 0.95)

filename

If given, PDF with plots

Value

List with ggplot2 objects if not printed to file. Attributes to the output argument are the data that were used for plotting.