Quantcast
Channel: Statalist
Viewing all articles
Browse latest Browse all 73297

option ytitle in line commands

$
0
0
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);

Viewing all articles
Browse latest Browse all 73297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>