Skip to content

Commit

Permalink
fix: set extract_surv_model to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiagoquevedo committed Oct 3, 2023
1 parent 4608bb8 commit e2d519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/coh_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @param start_cohort start date of the study
#' @param end_cohort end date of the study
#' @return Data frame with survival data
#' @export
#' @internal
extract_surv_model <- function(model, start_cohort, end_cohort) {
days <- end_cohort - start_cohort
tte <- seq(0, as.numeric(days) - 1, by = 1)
Expand Down

0 comments on commit e2d519e

Please sign in to comment.