View source: R/cox_iter_cont.R View source: R/cox_iter_cat.R
| cox_iter_cat | R Documentation | 
Making Cox PH models of multiple outcomes (categorical predictor variable)
Making Cox PH models of multiple outcomes (categorical predictor variable)
cox_iter_cat(
  data,
  outcome_list,
  main_predictor,
  adjusted_var = NULL,
  round = 4
)
cox_iter_cat(
  data,
  outcome_list,
  main_predictor,
  adjusted_var = NULL,
  round = 4
)
data | 
 a dataframe to be used  | 
outcome_list | 
 list of outcomes  | 
main_predictor | 
 main predictor variable  | 
adjusted_var | 
 variables list for adjustment  | 
round | 
 round  | 
data.frame object
data.frame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.