Does anyone know why I am having problems including the option -ytitle- in the graphs below?
:
. line ppc anomes, ytitle ("% PC") title("Taxa de Partos Cesareos") "% PC invalid name r(198); end of do-file r(198); . do "C:\Users\Paula\AppData\Local\Temp\STD0g000000.tmp" . line ppc anomes, ytitle ("PC") title("Taxa de Partos Cesareos") "PC invalid name r(198); end of do-file r(198); . do "C:\Users\Paula\AppData\Local\Temp\STD0g000000.tmp" . line ppc anomes, ytitle (PC) title("Taxa de Partos Cesareos") option ytitle() not allowed r(198); end of do-file r(198);