Hi, I have a dataset that records a total number of 'fatalities' (a variable that has values from 1 to 130) per each 'event'. Events are all unique. However, I need to create 'rows' (observations) that will be as many for each event as the number of 'fatalities'. E.g., if there are 10 fatalities for one event, I need 10 lines of entry for that event. All of the values will be the same across all variables with one event but only my new variable should look like an order list (vertically, 1 2 3 4 5 6 7 8 9 10).
I would appreciate any guidance!
I would appreciate any guidance!
Comment