Issue #85 fix
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.
@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 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 ]
@vlshields In file linearmodels.py, instead of writing
"T_Stat": "tvalues"
We need to revise as
"T_Stat": "tstats",