View source: R/regressiontable.R
CrosstabInteractionTable | R Documentation |
Creates pretty table showing regression coefficients with a crosstab interaction.
CrosstabInteractionTable(
coef,
coef.tstat,
coef.pval,
group.size,
footer = "",
title = "",
subtitle = "",
decimals = 2,
p.cutoff = 0.05
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.