stargazer icon indicating copy to clipboard operation
stargazer copied to clipboard

Issue #85 fix

Open vlshields opened this issue 1 year ago • 3 comments

this is a pull request for Issue "stat in parenthesis #85" I have added a method to the stargazer class very similar to the show_confidence_intervals() method. I have tested my version against run_test.py and also included my own tests. Also, here is the latex version, I forgot to add it.

table_with_tstat.pdf

vlshields avatar Mar 07 '24 18:03 vlshields

@toobaz Let me know if I am contributing to your project correctly. I think I have fixed this issue. But if you are no longer looking for contributors no worries at all :) just let me know

vlshields avatar Mar 15 '24 01:03 vlshields

@vlshields Thanks, and sorry for the extremely slow reply. I will check your code in the next week.

[EDIT: for reference, there was a previous, now abandoned PR at #88 ]

toobaz avatar Jun 14 '24 10:06 toobaz

@vlshields In file linearmodels.py, instead of writing

"T_Stat": "tvalues"

We need to revise as

"T_Stat": "tstats",

ronming1303 avatar Nov 20 '25 23:11 ronming1303