Skip to content

Commit

Permalink
fix typo in Q75
Browse files Browse the repository at this point in the history
  • Loading branch information
certara-smouksassi committed Jan 1, 2024
1 parent 94e56dc commit 1216911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggkmrisktable.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ ggkmrisktable <- function(data = lung_long, # long format filter to Endpoint of
Q50 = stats::quantile(expvalue[!expvalue %in% c(exposure_metric_soc_value,
exposure_metric_plac_value)], 0.50, na.rm=TRUE),
Q75 = stats::quantile(expvalue[!expvalue %in% c(exposure_metric_soc_value,
exposure_metric_plac_value)], 0.70, na.rm=TRUE)) |>
exposure_metric_plac_value)], 0.75, na.rm=TRUE)) |>
dplyr::mutate(exptile = dplyr::case_when(
expvalue == exposure_metric_soc_value ~ "SOC",
expvalue == exposure_metric_plac_value ~ "Placebo",
Expand Down

0 comments on commit 1216911

Please sign in to comment.