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 that just says “yes”, as in it is included in the regression
b) I am having trouble getting my stargazer
code to include clustered standard errors for each of my 3 models, whenever I put it in, it will only ever accept 1 of the models SE
stargazer::stargazer(model1, model2, model3, se= se_model1, omit ="pop_gg"
I need a table that resembles the common paper layout as I wrote above