Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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


texreg

Conversion of R Regression Output to LaTeX or HTML Tables

v1.37.5
GPL-3
Authors
Philip Leifeld [aut, cre], Claudia Zucca [ctb]
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.