when creating a table with stargazer, I would like to add a new line befor the degrees of freedom (s. below: before the opening bracket). Could someone help me with the correct call, I couldn't find it in the package documentation. (Apologies for not creating reproducible code, I don't know how to simulate a regression with fake data. I hope someone can still help me!)
Asked
Active
Viewed 62 times
3
user456789
- 131
- 8
-
1You don't have to simulate a regression with fake data. You can use one of the built-in datasets like `mtcars`. This post might help too: [Minimal Reproducible Example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – Vincent Jan 24 '21 at 13:14