Hi all,
I have been away from using stata for a couple of years hence am asking a perhaps very stupid question:
How could I create a graph (line) that plots the number of observations of a specific variable over the years? I have to show the number of acquisitions over years, and the acq. variable is a dummy. Data looks like this:
Year acq took place
1991 1
1991 1
.
.
1992 0
1992 0
.
.2018 1
2018 0
.
.Many thanks
Related Posts with graph
bar graph from matrix with CI as error barsHi all, I am trying to figure out how to make bar graph out of a matrix. I know there have been many…
New version of wridit on SSCThanks as always to Kit Baum, a new version of the wridit package is now available for download from…
OR, IRR and multivariate analysisDear Listers I am working with a dataset much like the one you see here. Code: * Example generate…
Can I make a bivariate histogram for two indicator variables?Let's say I have two dummy variables like this. Code: set obs 100 gen A=runiformint(0,1) gen B=run…
How do I run a Ttest in Stata when I have multiple groups but I only want to compare specific groups? (More Information Below)I am trying to do a basic Ttest. There 6 groups based on gender, race and ethnicity. I want to run a…
Subscribe to:
Post Comments (Atom)
0 Response to graph
Post a Comment