I have a dataset, which has a (country_name) variable and a count of (requests) sent from that country to a company both variables are coded as long data.
My question is how to summarize the values of the (requests) variable for each (country).
If I use the code:
collapse (sum) requests, by (country_name)
the results are wrong.
Related Posts with Help with collapse (sum) command
Item Exploratory Factor Analysis - results changing when code is rerunI have a sample of N = 401 individuals who completed a self-report measure on mobile-use dependency.…
How can I create a graph for a subset of countries (with legend)?Hello, I have the data below. I would like to now how can I create a graph with the evolution of th…
not append nor merge worked, please help mehello , I have two data set and just one variable which is the code of the country is the same. when…
How to create a new variable that identifies all possible combination of valid choicesI have a dataset with data on exam results for students. There are 20+ subjects, of which a student …
Difference - regex vs strpos?I am trying to do a mortality search for a specific disease (X), in a national database. what is the…
Subscribe to:
Post Comments (Atom)
0 Response to Help with collapse (sum) command
Post a Comment