CrosstabInteractionTable: CrosstabInteractionTable

View source: R/regressiontable.R

CrosstabInteractionTableR Documentation

CrosstabInteractionTable

Description

Creates pretty table showing regression coefficients with a crosstab interaction.

Usage

CrosstabInteractionTable(
  coef,
  coef.tstat,
  coef.pval,
  group.size,
  footer = "",
  title = "",
  subtitle = "",
  decimals = 2,
  p.cutoff = 0.05
)

Arguments

coef

Matrix containing estimates of the coefficient.

coef.tstat

Matrix containing t-statistics of each coefficient. Used to determine color of cell.

coef.pval

Matrix containing p-value of each coefficient. Used to determine bolding.

group.size

Vector containing the size of each group (i.e. interaction term).

footer

Text to place in the footer of the table.

title

The title for the table.

subtitle

Subtitle for the table.

decimals

Number of decimals reported for the regression coefficients.

p.cutoff

The alpha level for determining the significance of the coefficients.


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.