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?
Meta-analysis commands; Metainf and metatrim vil not runHi! I'm a medical student and brand new to Stata. To start with I was told I need the following met…
how to generate a new variable to describe "symbol"Hi, I have panel data (symbols, daily returns) with 97 symbols to describe ETFs, and all of them ha…
IPTW ATE and binary outcomeDear all I'm performing an IPTW on Stata 14 comparing effect of a drug on a dicotomic outcome (death…
Difference-in-difference modelDear friends, if there is some literature about two-period DID model. If a policy was implemented fo…
Selecting variables based on the value of another variableHello, I have a wide dataset which contains the birth year of various persons as well as the GDP f…
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