Skip to content

reigningforest/CoxPH_Analysis_Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CoxPH_Analysis_Simple

This code will take a dataset and run multiple univariate analyses. Then, it will take significant univariate analysis covariates and run a multivariate analysis.

A Couple Notes:

  • Significance can be modified but the default is p-values < 0.1.
  • The code only accepts datasets that have columns in structure: Survival Time, Survival Events, Covariates. Otherwise, you will need to create a vector of your covariates.

Sources:

Another Automated Cox Proportional Hazards Function that inspired this code: Link

About

Run multiple univariate analyses all at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages