Hi All,
I would like to change the color of specific values to red, as a means of highlighting it using code. I have been doing it manually heretofore, using the graph editor by highlighting the value, right-clicking "object-specific properties" and then changing the color to red.
On the forestplot,I'd like to highlight the "treatment (yes)" value for Rosenthal et al., 1960 (equals 3) to red, and the Vandiviere et al., 1973 "Control (no)" (equals 619) to red.
Thanks in advance!
Ariel
I would like to change the color of specific values to red, as a means of highlighting it using code. I have been doing it manually heretofore, using the graph editor by highlighting the value, right-clicking "object-specific properties" and then changing the color to red.
PHP Code:
. webuse bcgset, clear
. meta esize npost nnegt nposc nnegc, esize(lnrratio) studylabel(studylbl)
. meta forestplot, eform nullrefline
On the forestplot,I'd like to highlight the "treatment (yes)" value for Rosenthal et al., 1960 (equals 3) to red, and the Vandiviere et al., 1973 "Control (no)" (equals 619) to red.
Thanks in advance!
Ariel
Comment