Hey guys!

I want to run a probit regression on the following data
HHID PerID Agr_rev Insurance Education Left
1 1 200 no no schooling no
1 2 200 no no schooling no
1 3 200 no University yes
2 1 800 yes no schooling no
2 2 800 yes no schooling no
2 3 800 yes no schooling no
2 4 800 yes University yes
Some factors are on household level (Agr_rev & Insurance), some factors are on PerID level (Education). Now, I would like to estimate the probability of a household member leaving the household based on its personal characteristics and on the household characteristics.
I have looked up some options as multinominal regression using mlogit but I havent really found what I am looking for. I think I also lack the correct keywords to use for my search to find the right commands.
So I appreciate if someone can help me with the correct command or give advice which keywords to use.

Thanks in advance!