Announcement

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

  • Table to bar graph.


    Stata bar graphs, allow to visualize categoeries and also break them down into sub groups using (over)
    Here i am looking for plotting frequency of different categorical variables into a single bar graph. Namely looking to convert tabel data into a graph using STATA.
    in this exmaple, the table can easily be converted to a bar graph using Excel.
    How to create exactly same graph from same data in table using stata
    Thanks

    Click image for larger version

Name:	Screen Shot 2019-05-02 at 7.48.43 PM.png
Views:	1
Size:	162.3 KB
ID:	1496375
    Last edited by ashraf abugroun; 02 May 2019, 19:17.

  • #2
    graph bar inter nointer, over(catvar)

    Comment

    Working...
    X