A set of analysis techniques and functions intended to aid clinical trial data analysis.
*Forest Plots for both univariate and multivariate cox regression
library(survival) df<-aml colnames(df)<-c("TIME","OUTCOME","x") univariate_forest(my_data,columns_to_test=colnames("x"),time="TIME",outcome="OUTCOME") multivariate_forest(my_data,columns_to_test=colnames("x"),time="TIME",outcome="OUTCOME")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.