As the title suggested, I would like to count the number of the students who had grade retention in K-12 system. For example, I want to know how many students who made normal grade progression, how many students who had one-time grade retention, how many students who had two-time grade retentions....etc. The dataset is structured in long format below,
*Simulated dataset.
clear
input byte (id grade)
1 1
1 2
1 2
1 3
1 4
1 4
1 4
1 4
1 5
1 6
1 6
2 1
2 2
2 3
2 4
2 4
2 5
2 5
2 6
2 6
2 6
2 7
3 1
3 2
3 3
3 4
3 5
3 6
3 7
4 1
4 1
4 2
4 3
4 4
4 5
4 6
5 1
5 2
5 3
5 4
5 5
5 5
6 1
6 2
6 3
6 4
6 4
6 5
7 1
7 2
7 3
7 3
7 5
7 6
7 7
end
Thank you for your help!
Related Posts with How to Count the Number of the Students Having Grade Retention in a Dataset in Stata Code?
Format axis to display date as "Apr-2018", etcI want to graph monthly time series, where I want the x axis to have verbal month and numeric year, …
Generating Percentage VariablesHi, I’m new to stata and am having trouble creating percentage variable (out of 100) for the percent…
testtest …
Displaying ticks on axis while using burd schemeI am using burd scheme for charts. I like this scheme visual for everything, except that I would lik…
Panel correlationHello! I have a panel data which has a variable which is the same across countries (common), some v…
Subscribe to:
Post Comments (Atom)
0 Response to How to Count the Number of the Students Having Grade Retention in a Dataset in Stata Code?
Post a Comment