survminer Questions

1

So I made a ggplot using a survifit curve. Wolcurves <- survfit(Surv(Days, Survival) ~ Wol, data = DCV_noPBS) IFB_plot <- ggsurvplot(Wolcurves, data = DCV_noPBS, line = c(2, 1), pval = &quo...
Placate asked 18/1, 2022 at 6:47

2

Solved

I am trying to find a way to make a forest plot of hazard ratios from a Cox-PH model when one of the model variables needs to be stratified. For a non-stratified model, the ggforest() function is e...
Hitchcock asked 10/9, 2020 at 0:36

1

Solved

library(survival) library(survminer) I am using the survminer package to plot unadjusted Kaplan Meier plots. I am calculating mortality comparing different exposures and I have a very specific pro...
Neighborly asked 1/1, 2021 at 17:23

3

Solved

Is there a concise way to remove the variable name in the legend of plots created by ggsurvplot? Example: library(survival) library(survminer) set.seed(123) df=data.frame(gender=c(rep("male", 10...
Holcombe asked 12/5, 2020 at 8:56
1

© 2022 - 2024 — McMap. All rights reserved.