Jessica Lavery

Results 2 comments of Jessica Lavery

Experiencing a similar issue trying to use par(mfrow=c(1,2)) ```{R} library(survival) library(survminer) # example data frame xx = data.frame(stim = c(2, 1:4), sts = rep(1, 5)) # survfit oo = survfit(Surv(time...

> > This is the solution: > > plot1% ggsurvplot(fit1,data=.) > > plot1% ggsurvplot(fit2,data=.) > > ggarrange(plotlist=list(plot1$plot,plot2$plot), > > labels = c("A", "B",), > > ncol = 1, nrow =...