It is my first time working with IV regression and I need some help with understanding the process. Specifically, I am looking at the effect of female presidents/prime ministers on health/education expenditure. Following a paper by Chen(2020), I use the electoral rule as an instrumental variable for the the gender of the leader. The problem is, when I run the baseline regression in Stata:
xtivreg2 educationexpenditurelag (male=majoritarianrule) i.year, fe robust first
the p-value of the F test of excluded instruments is not significant (first stage) , but once I include my control variables it becomes significant.
Does that mean that my instrument is not appropriate since the baseline regression has a not significant relationship between instrumental and instrumented variable?