Hi, everyone. I am new to stata, please, I would like the stata command to summarize the series below.
year avis
2007 2
2007 2
2007 2
2007 2
2008 4
2008 4
2008 4
2008 4
2008 4
by a table that only takes the value of the variable avis per year without calculating the frequencies.
year avis
2007 2
2008 4
year avis
2007 2
2007 2
2007 2
2007 2
2008 4
2008 4
2008 4
2008 4
2008 4
by a table that only takes the value of the variable avis per year without calculating the frequencies.
year avis
2007 2
2008 4
Comment