Hi everyone, I want to change my ID dataset to be limited to show only even number ID. Below is a sample of what ID variable is:
tab id
id | Freq. Percent Cum.
------------+-----------------------------------
2 | 1 0.11 0.11
3 | 1 0.11 0.22
4 | 1 0.11 0.33
5 | 1 0.11 0.44
7 | 1 0.11 0.55
8 | 1 0.11 0.66
9 | 1 0.11 0.77
12 | 1 0.11 0.88
13 | 1 0.11 0.99
14 | 1 0.11 1.10
18 | 1 0.11 1.21
20 | 1 0.11 1.32
21 | 1 0.11 1.43
22 | 1 0.11 1.54
23 | 1 0.11 1.65
24 | 1 0.11 1.76
25 | 1 0.11 1.87
Many thanks!
Related Posts with Limit the sample ID with even numbers
Graph: display negative sign using en-dash instead of hyphenHi list, Code: webuse auto,clear replace rep78=-1*rep78 if foreign==1 scatter rep78 trunk,ysc(r(-5…
Graph: couldn't get the looking of apostrophe rightHi list, I need to include an apostrophe in my figure. Someone asked me to change the looking of th…
Cox-Model with very few observationsHello everybody, I am researching peace agreements and their durability if they include gender prov…
How to find the matched observation with nearest Mahalanobis distance?Hi everyone, I am wondering how to find the matched observation with nearest Mahalanobis distance. …
Aggregating Weekly Data to MonthlySuppose I have a time series that has weekly realizations, but I want to average each week of a give…
Subscribe to:
Post Comments (Atom)
0 Response to Limit the sample ID with even numbers
Post a Comment