Forest plot for multiple cox regression (Hazard Ratio)
library(forestplot)library(survival)library(survminer)setwd("/Users/elijah/Desktop/ICGC/21.multiIndep")rt=read.table("/Users/elijah/Desktop/ICGC/21.multiIndep/indepInput.txt",header=T,sep="\t",check.names=F,row.names=1)multiCox=coxph(Surv(futime...
原创
2021-07-27 16:27:23 ·
984 阅读 ·
0 评论