Hi community,
I would like to build a stargazer table based on the results of my data analysis. However, I am using an estimator that does not work with stargazer.
I have extracted the estimates (Estimate 1-4) and the standard errors (SE 1-SE4) manually from my results.
In each model (with and without controls) I have two different time periods (t=1) + (t=2). Therefore, the table should look somewhat like this:
|
(t=1) |
(t=2) |
|
Model without controls |
|
| Independent Variable |
Estimate 1 (SE 1) |
Estimate 2 (SE2) |
|
Model with controls |
|
| Independent Variable |
Estimate 3 (SE 3) |
Estimate 4 (SE4) |
Thank you very much in advance.