remix (version 2.1)

cross_list: Cross variables in a list

Description

Cross variables in a list

Usage

cross_list(l, funs = c(mean, sd, quantile, n, na), ...,
  cum = FALSE, margin = 0:2, addmargins = FALSE, useNA =
  c("no", "ifany", "always"), propNA = TRUE, revert =
  FALSE, method = c("pearson", "kendall", "spearman"),
  times = NULL, followup = FALSE, test = FALSE,
  test.summarize = test.summarize.auto, test.survival =
  test.survival.logrank, test.tabular = test.tabular.auto,
  show.test = display.test, plim = 4, show.method = TRUE,
  label = FALSE)

Arguments