StatsReporting / stargazer

Python implementation of the R stargazer multiple regression model creation tool
Other
196 stars 48 forks source link

Change dependent_variable_name function #93

Closed VoliCrank closed 1 year ago

VoliCrank commented 1 year ago

dependent_variable_name used to change the phrase "dependent variable:" instead of the actual dependent variable name. I have updated the function to be able to change the name of the dependent variable in the table.

For example, it used to be "dependent variable: target" and after applying stargazer.dependent_variable_name("new name") it becomes "new name: target" instead of "dependent variable: new name"

toobaz commented 1 year ago

Indeed, it didn't make much sense. Thanks @VoliCrank !