plot_predict_multi_surv_reg: RM prediction curves

Description Usage Arguments Value

View source: R/plot_predict_multi_surv_reg.R

Description

Plot RM prediction curves from a data.frame ####

Usage

1
2
3
plot_predict_multi_surv_reg(multi_surv_reg, time_scale = 1,
  col_legend = "time", aux_title = "", ylim = c(0, 100.05),
  x_grid_step = 50000, ic_area = TRUE)

Arguments

aux_title:

A title complement.

col_legend:

a title for the legend.

ic_area:

logical add confidence interval ribbon of the max time (lowest line).

multi_surv_reg:

A multi_surv_reg object

time_scale:

a number to devide the time so it rescales and the legend looks better

x_grid_step:

The spacing between each x grid line.

ylim:

y axix limits

Value

A ggplot of the RM prediction data.frame


leonardommarques/reliabilitytools documentation built on Aug. 1, 2019, 8:03 p.m.