Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • error ) required r(100);

    Dear all,

    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)
    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

  • #2
    I would try

    Code:
    xlabel(310(60)600, labsize(vhuge))
    taking out the space. I would also not parenthesise
    Code:
      
    line RM_RF Year
    but that may be a matter of taste.

    Comment


    • #3
      Is "size" an allowed option for xlabel? I notice that if I replace "size" by "xxxxx" I get the same apparently all-purpose error message. Try "labsize" instead.

      Comment

      Working...
      X