Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

suppress stars and notes from stargazer

Tags:

r

stargazer

How can I remove the stars and notes from a regression table output using stargazer?

I tried including:

star.cutoffs = NA

It removed the stars, however, at the end of the table it appears "Note: NA" which I would like also to remove.

like image 961
user2246905 Avatar asked Oct 30 '25 13:10

user2246905


1 Answers

In order to remove the note section you can add the argument omit.table.layout = "n"

You can see this cheatsheet : http://jakeruss.com/cheatsheets/stargazer.html and this section inside it.

After loading stargazer, have also a look at ?"table layout characters" for a full list of codes to be used within the omit.table.layout argument.

like image 191
Gwenaël Gouérou Avatar answered Nov 02 '25 05:11

Gwenaël Gouérou



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!