l
ibrary(survival) library(RegParallel)
res <- RegParallel( data = coxdata, formula = 'Surv(Time.RFS, Distant.RFS) ~ [*]', FUN = function(formula, data) coxph(formula = formula, data = data, ties = 'breslow', singular.ok = TRUE), FUNtype = 'coxph', variables = colnames(coxdata)[9:ncol(coxdata)], blocksize = 2000, cores = 2, nestedParallel = FALSE, conflevel = 95) res <- res[!is.na(res$P),] res
please explain this part of code (survival analysis in R) for getting hazard ratio...what is formula, data and breslow, please clarify
• 0 views
•
link
Thankyou for providing link...will you please help me in coding of dataset GSE 29272(Gastric cancer) ...i have to get overall analysis report of this particular dataset survival analysis in R
please explain this part of code (survival analysis in R) for getting hazard ratio...what is formula, data and breslow, please clarify
Please use
ADD COMMENT/ADD REPLYwhen responding to existing posts to keep threads logically organized.SUBMIT ANSWERis for new answers to original question.