Skip to contents

Convert results from Cox regression into a topTable

Usage

wrapper_bresults_to_topTable(
  x,
  contrast_vars,
  id_cols = "biomarker",
  statistic_change = "HR",
  readjust_pvalues = TRUE
)

Arguments

x

"BclassTesting" object, for example, output of the wrapper_cox_regression_biomarker function. It does not work with log-rank test results.