RegressionTable: RegressionTable

View source: R/regressiontable.R

RegressionTableR Documentation

RegressionTable

Description

Creates a pretty formattable table for regression output.

Usage

RegressionTable(
  coefficient.table,
  footer,
  title = "",
  subtitle = "",
  estimate.name = "Estimate",
  se.name = "Standard<br/>Error",
  statistic.name = "<span style='font-style:italic;'>t</span>",
  p.name = "<span style='font-style:italic;'>p</span>",
  p.cutoff = 0.05
)

Arguments

coefficient.table

A table of regression coefficients, standard errors, z or t statistics, and p-values.

footer

Text to place in the footer of the table.

title

The title for the table.

subtitle

Subtitle for the table.

estimate.name

The name of the Estimate column. Defaults to "Estimate".

se.name

The name of the standard error column. Defaults to "Standard<br/>Error".

statistic.name

The name of the test-statistic column. Defaults to "<span style='font-style:italic;'>t</span>"".

p.name

The name of the p-value column. Defalts to "Estimate".

p.cutoff

The alpha level used when formatting the p-value column.

References

This is based on code written by Kenton Russell.


Displayr/flipFormat documentation built on Feb. 26, 2024, 12:37 a.m.