Extract all data necessary for generating a table from a list of models.
get.data(l, ...)A list of texreg objects.
A list of statistical models.
Arguments to be passed over to the extract function,
such as include.nobs or include.aic. Details are provided in
the documentation of the extract function.
Philip Leifeld
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.
extract