Questions tagged [stargazer]

Stargazer is an R package that produces LaTeX code for well-formatted tables that hold regression analysis results from several models side-by-side, as well as summary statistics.

Stargazer is an package that produces code for well-formatted tables that hold regression analysis results from several models side-by-side, as well as summary statistics.

Repositories

Vignettes

588 questions
-1
votes
1 answer

Replicating professional tables with stargazer

I have some issues with the stargazer module. I am trying to do replication studies for my B.A. thesis and I want to match the table layouts of the papers. There are 2 things I want to do a) Omit the variable pop_gg and put in a line at the bottom…
Jamest
  • 1
-1
votes
1 answer

Replace std.error of OLS by HAC estimator, and use stargazer to print table

It is my first time posting questions here. I'm dealing with a case where I use time series data to do simple ols estimate, by using dynlm. Also, I want to replace the standard error by HAC estimator with some conventional truncated value as the…
ekuanomist
  • 13
  • 4
-1
votes
1 answer

Stargazer: Inefficient when multiple regressions

I have two very simple regressions: foo <- lm(log(y*30) ~ x, data=myDt[y > 0]) bar <- lm(log(y*30) ~ x + d1 + d2, data=myDt[y > 0]) where d1, d2 are factor variables with many different values and myDt is a data.table. Note that the…
FooBar
  • 15,724
  • 19
  • 82
  • 171
1 2 3
39
40