I am using age and age squared in a voter turnout model using survey data. (Stata 15.1). For a simple example:
Age has a positive coefficient and age squared a negative coefficient: voting increases with age, but voting declines for people over a certain age.
Questions: 1) what's the best way to calculate the point at which age-squared takes over age, so to speak, from the logit estimate? 2) What's the best way to graph this?
Thank you.
Code:
logit voted i.year c.age##c.age i.race i.gender i.income
Questions: 1) what's the best way to calculate the point at which age-squared takes over age, so to speak, from the logit estimate? 2) What's the best way to graph this?
Thank you.
Comment