I am trying to do propensity score matching between my sample and population based on some characteristics. Here is my Stata syntax and I get the following error:
pscore smpl_or_pop rural_urban_codes ownership teach_status mhsmemb bedcode, pscore(myscore)
Error : "Variable rural_urban_codes is not balanced in block 6
The balancing property is not satisfied
Try a different specification of the propensity score"
Could the experts please suggest what can I do to not get this error. Thank you!
pscore smpl_or_pop rural_urban_codes ownership teach_status mhsmemb bedcode, pscore(myscore)
Error : "Variable rural_urban_codes is not balanced in block 6
The balancing property is not satisfied
Try a different specification of the propensity score"
Could the experts please suggest what can I do to not get this error. Thank you!