stargazer icon indicating copy to clipboard operation
stargazer copied to clipboard

Python implementation of the R stargazer multiple regression model creation tool

Results 42 stargazer issues
Sort by recently updated
recently updated
newest added

Hello, My column titles are a bit long and that makes the output table really wide. Is there a way to change the multi column in the header to accept...

Firs of all, thank you very much for the very useful library. It works very well with OLS outputs, but is it also possible to get marginal effects for a...

I noticed you use standard error in the parenthesis below regression coeffcients. But many researchers use t-statistic which directly refect the significance of the coefficients. I find it doesn't request...

Added ability to set latex font size. Default is to not add a size specification (which is equivalent to the current output). If user specifies a latex font size, asserts...

Right now, there seems to be only 1 way to set significant digits that affects the whole table, but frequently I find that I want to set different significant digits...

Excel file remains the easier format for a table to be inserted in a word document... Or a pandas table ?

enhancement

This PR fixes #77: implementing an excel renderer. The excel renderer is based on the `xlsxwriter` package. Example: ```python import pandas as pd from sklearn import datasets import statsmodels.api as...

The [assumingly exhaustive list of methods](https://github.com/mwburke/stargazer/tree/91799def93f7a0df9fb2c02fbee5772bf7354a96#editing-features) to tweak the ouput is not exhaustive: https://github.com/mwburke/stargazer/blob/43f316598b847cb779da838a61c8033c9dea3d70/stargazer/stargazer.py#L69-L97

First, this repo is amazing and has been so incredibly helpful for me. Thank you! Some academic fields (e.g. academic finance) usually have t-statistics below the estimates in tables (rather...

Currently, when you want to compare discrete models such as Logit and Probit, no values are shown for R² / R² Adjusted, because `statsmodels` for these models returns Pseudo-R² Adjusted....