Dear all,
The code below gives me the error
;
I am a beginner in Stata (and already used the help function of course :-).
Can anyone please give a hint on what I am doing wrong? Many thanks!
Best regards,
Rens Eggink
The code below gives me the error
Code:
) required
Code:
twoway (line RM_RF Year), ytitle("% p.m", size(vhuge) height(11)) xtitle(,size(vhuge) height(12)) xlabel (310(60)600, labsize(vhuge)) ylabel(,labsize(vhuge)) name(factor1, replace)
Can anyone please give a hint on what I am doing wrong? Many thanks!
Best regards,
Rens Eggink
Comment