A constructor for class tabxplor_tab
new_tab(
tabs = tibble::tibble(),
subtext = "",
chi2 = tibble::tibble(tables = character(), pvalue = double(), df = integer(), cells
= integer(), variance = double(), count = integer()),
...,
class = character()
)new_grouped_tab(
tabs = tibble::tibble(),
groups,
subtext = "",
chi2 = tibble::tibble(tables = character(), pvalue = double(), df = integer(), cells
= integer(), variance = double(), count = integer()),
...,
class = character()
)
A character vector to print legend lines under the table.
A tibble storing information about pvalues and variances, to fill with
tab_chi2
.
Needed to implement subclasses.
Needed to implement subclasses.
The grouping data.
A tibble
of class tabxplor_tab
.
A tibble
of class tabxplor_grouped_tab
.