Dear Stata user,
I am doing a research where I have to pull country averaged data from WVS. Is there a command in stata that can perform it?
In the codebook, the variable S003 is where country ID (name) is stored while F117 is individual responses towards bribery.
I have used command
by S003: summ F117
which provides the following output. However, now I have to manually copy paste the data.

Is there faster way to get this data?
I would appreciate help
I am doing a research where I have to pull country averaged data from WVS. Is there a command in stata that can perform it?
In the codebook, the variable S003 is where country ID (name) is stored while F117 is individual responses towards bribery.
I have used command
by S003: summ F117
which provides the following output. However, now I have to manually copy paste the data.
Is there faster way to get this data?
I would appreciate help
Comment