texreg (version 1.39.3)

get.data: Extract all data necessary for generating a table from statistical models

Description

Extract all data necessary for generating a table from a list of models.

Usage

get.data(l, ...)

Value

A list of texreg objects.

Arguments

l

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.

Author

Philip Leifeld

Details

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.

See Also

extract