Skip to contents

Run Fisher's test for multiple covariates.

Usage

wrapper_fishers_test(
  data,
  col_var,
  row_vars,
  strat1_var = NULL,
  strat2_var = NULL,
  variable_names = NULL,
  caption = NULL,
  margin = 1,
  force_empty_cols = FALSE,
  print_pvalues = TRUE,
  print_adjpvalues = TRUE,
  print_OR = TRUE
)

Arguments

data

Data frame.

row_vars

Vector with names of categorical variables.

strat1_var

Name of the second stratification variable.