Build a tabxplor_tab around fmt columns
Arguments
- tabs
A table, stored into a
tibbledata.frame. It is generally made withtab,tab_regortab_plain.- subtext
A character vector to print legend lines under the table.
- test
A tidy tibble storing whole-table test results (Chi2 for factor columns, ANOVA F for mean columns), filled by
tab_chi2.- chi2
- meta
The table's metadata, as a single named list gathering (all optional,
NULLwhen unset):render_extras– display-only intent for the base count and theadd_pctcompanion,list(n =, add_pct =), materialised at print/export time from this attribute rather than baked into the table.spec– the table's identity,list(kind =, vars =, call =): itskind("crosstab"or"regression");vars, what no column can carry (list(wt =, caption =, outcomes =, var_labels =)– seeset_caption), the rest of the variable model being derived from the declared index columns and from the columns' owncol_var; andcall, the producer's own recipe (a regression's model record – family, outcome, predictors, reference level, and thefit_specreg_check_plotsrefits from).empirical_tips– multinomial crude-companion tooltip data (atibblekeyed by column, predictor and level), set bytab_reg(empirical = TRUE).assumptions– one record PER OUTCOME, keyed by it, each holding the observed curve of every continuous predictor (weighted quantile bins of the outcome on the family's link scale, one block pertab_varsgroup), set bytab_reg: the data behind the sparkline – drawn in a continuous predictor'sncell, or in the shape table below the footer – and behindreg_check_plots's linearity panel.color_breaks– a per-table override of the colour break scales (seeset_color_breaks), merged over the global option at render time.
metasub-fields leftNULLare dropped, so a table given nothing carries no attribute.- ...
Needed to implement subclasses.
- class
Needed to implement subclasses.
- groups
The grouping data.