View source: R/multinomiallogittable.R
MultinomialLogitTable | R Documentation |
Creates a pretty formattable table for multinomial logit output.
MultinomialLogitTable(
coefficients,
z.statistics,
p.values,
title = "",
subtitle = "",
footer = "",
p.cutoff = 0.05
)
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. |
This is based on code written by Kenton Russell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.