Hi I would like to change the axis for -pbalchk-
with this code:
I obtained the following graph - the reference lines are inserted at -0.10 and +0.10 (standardized mean differences for propensity scores) - this I think is automatically coded in the ado file

I then tried to fit the reference lines within the graph by manually changing the scale using the graph editor for which I obtained this graph, which brings the reference lines into the graph but squashed the numerical numbers to the left.

I then tried with code:
Does anyone have any better solutions?
I thought of contacting the author of the code but perhaps will try here first
with this code:
Code:
pbalchk $treatment $xlist,wt(attweight) graph
I then tried to fit the reference lines within the graph by manually changing the scale using the graph editor for which I obtained this graph, which brings the reference lines into the graph but squashed the numerical numbers to the left.
I then tried with code:
Code:
pbalchk $treatment $xlist, wt(attweight) graph, xlabel(-0.1(0.05).20) xmtick(-0.1(0.05).20)
I thought of contacting the author of the code but perhaps will try here first
Comment