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"
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"