Description Usage Arguments Value
Extracting GOFs from Models for footnote using extract()
function from texreg
package.
1 2 3 4 5 6 7 8 9 |
m |
Single model object or the list of model objects. |
m.names |
The names for models (character vector). The default is |
nobs |
The position of "number of observation (N)" to be printed. The default is |
gof.extracts |
The GOF measures to be included in the output (character/character vector). The default is |
gof.reorder |
The numeric vector specifying the alternative order of GOF (e.g., if there are three GOFs, and you want to flip the order of first and second GOF, then input <code>c(2,1,3)</code>). The length of the vector must correspond with the number of <i>exported</i> GOFs (it may not be the same as the length of <code>gof.extracts</code>). If <code>NULL</code> (default), the original order is used. The order does not include the number of observation (if exported). |
linebreak |
Include linebreak between model (boulean). If |
... |
Additional arguments passed to |
A character
vector, including GOFs and number of observations of results. Subsequently used within plot_coef
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.