【发布时间】:2017-05-26 23:09:45
【问题描述】:
我正在使用派对包(R 软件)制作生存 ctree,我想在终端面板中显示彩色生存曲线。
fitform <- Surv(delai_efs ,evt_efs) ~ age + sexer + ... + bmiins + tailler +
tree = ctree(formula = fitform, data = taclfknn, controls = ctree_control(teststat = "max", testtype = "Teststatistic")
plot(tree)
我尝试更改集成其他参数(如颜色)或使用 gp = gpar(col=...) 的源代码,但我失败了...
有什么帮助吗?
谢谢
【问题讨论】: