Description Usage Arguments Value Examples
Output Regression Results to data.table
1 2 |
reg.model |
Regression model, e.g. an lm object. |
digits |
Number of digits to round coefficients, standard errors. |
print.tstat |
Should t-stats be displayed instead of standard errors? |
sig.levels |
Significance levels based on which stars should be assigned, if any. |
sig.symbols |
Significance symbols to assign. Should be in descending order of significance. |
A data.table of regression coefficients, standard errors (or t-stats), R-squared, number of observations. Standard errors (or t-stats) are labelled starting with "_SE_". If available (e.g. for an felm object), the R-squared of the projected model is displayed. If a 2SLS model is estimated via felm, the F-statistic of the first stage is displayed instead of R-squareds.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.