| cox_uni | R Documentation | 
Automation of univariable Cox PH analysis
cox_uni(
  data,
  event,
  eventtime,
  vars,
  p.cut = 0.05,
  round = 3,
  digits = 1,
  nsmall = 3,
  print.result = F
)
| data | a dataframe to be used | 
| event | a event variable | 
| eventtime | eventtime variable | 
| vars | predictors | 
| p.cut | P-value cut-off | 
| round | round value | 
| digits | digits | 
| nsmall | nsmall | 
| print.result | print the name of significant vairables | 
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.