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
0 Response to Calculate Percentile of Top Scale Response in Longitudinal data
Post a Comment