texreg (version 1.37.1)

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, ...)

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.

Value

A list of '>texreg objects.

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