export(mrPStrata)
export(mrPStrata_PI_SA)
export(mrPStrata_MO_SA)
export(plot.psce)

importFrom(dplyr, arrange)
importFrom(dplyr, pull)
importFrom(dplyr, slice_sample)
importFrom(dplyr, bind_rows)
importFrom(dplyr, filter)
importFrom(magrittr, "%>%")
importFrom(survival, Surv)
importFrom(survival, coxph)
importFrom(ggplot2, ggplot)
importFrom(ggplot2, aes)
importFrom(ggplot2, geom_errorbar)
importFrom(ggplot2, position_dodge)
importFrom(ggplot2, geom_point)
importFrom(ggplot2, geom_hline)
importFrom(ggplot2, facet_grid)
importFrom(ggplot2, ylab)
importFrom(ggplot2, xlab)
importFrom(ggplot2, scale_fill_manual)
importFrom(ggplot2, scale_colour_manual)
importFrom(progress, progress_bar)
importFrom(stats, model.matrix)
importFrom(stats, glm)
importFrom(stats, binomial)
importFrom(stats, predict)
importFrom(stats, quantile)
importFrom(stats, as.formula)
