This question follows on from the question here in that we want to plot a multi-variate model.
Lets say we want to plot the Survival function from the example in survreg
from the package release notes
Where the model is
survreg(Surv(time, status) ~ ph.ecog + age + strata(sex), lung)
From what I understand the following problem seems to address the problem, but does not provide a data set and only uses one variable. Where in this example, we have two continuous variables and one factor