I want to know if it's possible to make a descriptive table for panel data using Stargazer. I tried myself but haven't managed to replicate a good descriptive table for the panel data. Does anyone know how to solve this?
Asked
Active
Viewed 44 times
0
-
1Hello @Jon, could you please provide more rows of your dataset? For make a little reproducible example in R you can follow this tips: https://stackoverflow.com/questions/49994249/example-of-using-dput – LucaCoding Mar 16 '22 at 09:49
-
In summary, you can go to R an write the following easy code "{dput(table_name)}". The a little reproducible example of your dataset will be generate, you can copy it in the question. – LucaCoding Mar 16 '22 at 10:42
-
The usual caveat: you shouldn’t use ‘stargazer’, because [‘stargazer’ is an utterly atrocious package](https://www.reddit.com/r/rstats/comments/6o9v9h/whats_your_favorite_relatively_obscure_r_package/dkgw9q1/). Use ‘[modelsummary](https://cran.r-project.org/package=modelsummary)’ or ‘[texreg](https://cran.r-project.org/package=texreg)’ instead, or *literally anything else*. – Konrad Rudolph Mar 16 '22 at 16:27