Announcement

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

  • profileplot BERGI BERG1M BERG3M BERG6M, by(Grup) median xtitle("Time (Months)") ytitle("BERG (median)")

    Hello everyone, I need to change the labels of the variables on the x-axis and I can't do it. Even if I change the label of the variable, I still see the name of the variable and not its label. Thank you very much best regards.

    PD:If it is not possible with profileplot, can you tell me how to make this graph?


    profileplot BERGI BERG1M BERG3M BERG6M, by(Grup) median xtitle("Time (Months)") ytitle("BERG (median)")

  • #2
    We can't see your data. profileplot is from UCLA, as you are asked to explain. This gives some technique.

    Code:
    use https://stats.idre.ucla.edu/stat/stata/notes/hsb2, clear
    
    profileplot read write math science socst, by(prog) 
    
    profileplot read write math science socst, by(prog) xla(1 "I" 2 "want" 3 "something" 4 "different" 5 "here")

    Comment


    • #3
      Thank you very much Nick, it has been very useful. best regards

      Comment

      Working...
      X