Hi,

I have conducted propensity score matching using working hours as my treatment variable and the WHO-5 Well-being Index (scale from 0 to 25) as my outcome variable using the following command:
psmatch2 workinghour age worklife partner sex education countryid loginc jobsatisfaction, out(mentalhealth) logit ate no replacement

I then conducted sensitivity analysis using the command rbounds:
gen diff2= mentalhealth-_mentalhealth
rbounds diff2, gamma(1(0.05)1.5)
I have attached the output of this to the post.

I would appreciate some help on interpreting the results as I do not really have much experience of this.