Announcement

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

  • plotprocess after qrprocess

    Hi STATALIST,

    I ran
    Code:
    qrprocess Total i.time i.Sites2 i.time#i.Sites2, quantile(0.01(0.01)0.99) method(qreg) noprint
    plotprocess time, title("time") ytitle("the effect of time on percentiles of Total")  xtitle("percentile of Total")
    however, I couldn't edit the plot. while ytitle and xtitle worked fine but I got errors for other options:

    option ylab() not allowed
    option xlabel() not allowed
    Any advice on this?

    Regards,

  • #2
    Try qregplot (ssc)
    mira a bit slower but has more options for making the plots

    Comment

    Working...
    X