Hello !
My name is Hans Huber and I was wondering if someone could help me making a certain type of graph... I have a panel data of single transactions from different types of firms, with variables of the month of the transaction, economic sector of the firm, size of the firm, etc. and I want to make a graphic that show me the evolution of the amount quantity of transactions per month and per sector of the firm. So the idea is a graphic that, for example, shows me how many transactions where made in August-2022 divided by the sectors of the firms (transport, construction, agriculture, etc.) and see that evolution by the time. I was wondering making a graph that represents a code like this:
count(transactions), by (month industry)
but I'm relatively new at Stata and I don't know if it is even possible to do a graphic like that, so I would really appreciate if someone could help me with that.
Thank you very much and I hope my english is understandable!
Related Posts with Problem graphing by several variables
How to estimate the risk difference with margins after meprobitDear Statalist, Happy new year! Here is my question: Code: clear set seed 2020 set obs 400 set …
Multiple missing characteristics - Using egen to count number of members in householdI wish to count the number of members in a household for the given survey data. hh_id memgndr_1 m…
Past Stata "platform names" for "package files" (help usersite)In Stata 16, the output of help usersite tells us about the "g" lines in the package file. g sp…
Nonlinear decomposition with interaction effectHi all, I am studying the effect of child health on educational outcomes. My IV is the likelihood of…
Multiple imputation and multi-level data questionHello, I am looking for help with multiple imputation and multi-level data. At level 2 I only have …
Subscribe to:
Post Comments (Atom)
0 Response to Problem graphing by several variables
Post a Comment