When changing the ylim to say ylim = c(0.6, 1) hides the pvalue from the output (if pval = TRUE). And it is not immediately clear how to add to a ggsurvplot with call
Try adding pval.coord =c(1, 1) to your argument. Sort of shoves the p-value top left of your graph. I'm new to GitHub and R so may not have made this comment properly in terms of either.
When changing the
ylim
to sayylim = c(0.6, 1)
hides the pvalue from the output (ifpval = TRUE
). And it is not immediately clear how to add to aggsurvplot
with call