I have longitudinal international survey data, with a variable on a scale of 5.
I would like to assess what % of respondents answered `5` across various countries and then collapse by country.
Is there an easy way to calculate the percent this short of something like this
Code:
replace percentile_top=(100*count if response = 1)/(count if response != .), by country