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

View source: R/texreg.R

get.dataR Documentation

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.

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.

Value

A list of texreg objects.

Author(s)

Philip Leifeld

See Also

extract


texreg documentation built on Nov. 10, 2023, 1:16 a.m.