You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am excited to use ggeffects for generating predictions from survival models; a few days ago I posted this question because I couldn't figure out how to plot survival probabilities over time. Since then I've figured out how to do it using type="survival" (see below). However, I have run into another issue: I cannot figure out how to tell the ggeffects plot function that I want the x axis to start at day 1.
#by comparison, ggadjustedcurves can plot it starting with day 1, so we can track individuals all the way from day 1 when all individuals are alive, till day 500 which is the end of the experiment period.
survminer::ggadjustedcurves(Coxfit1_toy,data = df1, variable="Treatment_Num", xlab="Days", ylab="Probability of Maintaining >50% Green Leaf Length", legend.title="")
Could you please help me out?
Thank you!
-Carrie
The text was updated successfully, but these errors were encountered:
Hello @strengejacke ,
I am excited to use ggeffects for generating predictions from survival models; a few days ago I posted this question because I couldn't figure out how to plot survival probabilities over time. Since then I've figured out how to do it using type="survival" (see below). However, I have run into another issue: I cannot figure out how to tell the ggeffects plot function that I want the x axis to start at day 1.
Could you please help me out?
Thank you!
-Carrie
The text was updated successfully, but these errors were encountered: