get.data {texreg} | R Documentation |
Extract all data necessary for generating a table from a list of models.
get.data(l, ...)
l |
A list of statistical models. |
... |
Arguments to be passed over to the |
This function applies the link{extract}
function and its respective
methods to each element in a list of statistical models in order to extract
coefficients, standard errors, p-values, confidence intervals, and
goodness-of-fit statistics for generating a regression table.
A list of texreg objects.
Philip Leifeld