search for: data_coxphf

Displaying 1 result from an estimated 1 matches for "data_coxphf".

2018 Feb 10
1
please help me a little
...ot;res_coxphf_cnaRate " also worked well after I added one variable "cna.rate" to first line. Can you run them and tell me why the first line does not run correctly? please install coxphf package if you do not have it installed. Thank you very much!!! Ding test<-read.csv("data_coxphf.csv", head=T) res_coxphf <- coxphf(formula=Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~test[, 6], data=test) res_coxphf2 <- coxphf(formula=Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ test$FAM138A.chr1, data=test) res_coxph <- coxph(formula=Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ t...