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
Ordered probit before applying ivregress 2sls commendBy following Dr. Woodridge's advice on Statalist, I applied the ordered probit before I ran the two-…
Coding for medication dataHello! I am using medication data for thousands of observations. I have calculated the total daily …
Fitting dynamic random-effects probit model - xtdyn-Hi all, I have some questions regardings the dynamic random-effects probit model, especially with t…
How to create matrix from a vector?Hi, given the following: . mat i = (1, 2, 3) . mat lis i i[1,3] c1 c2 c3 r1 1 2 3 . . mat N = i…
ivprobit reports first stage results even w/o `first` optionI'm using ivprobit with Stata 14 and I think I discovered a bug. There is the option "first" to disp…
Subscribe to:
Post Comments (Atom)
0 Response to Problem graphing by several variables
Post a Comment