MultinomialLogitTable: MultinomialLogitTable

View source: R/multinomiallogittable.R

MultinomialLogitTableR Documentation

MultinomialLogitTable

Description

Creates a pretty formattable table for multinomial logit output.

Usage

MultinomialLogitTable(
  coefficients,
  z.statistics,
  p.values,
  title = "",
  subtitle = "",
  footer = "",
  p.cutoff = 0.05
)

Arguments

coefficients

A matrix of coefficients from the regression. Its row and column names are used in the output table.

z.statistics

A matrix of z statistics of the coefficients.

p.values

A matrix of p values of the coefficients.

title

The title for the table.

subtitle

Subtitle for the table.

footer

Text to place in the footer of the table.

p.cutoff

The alpha level used when determining significance.

References

This is based on code written by Kenton Russell.


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