Hello
Suppose I got exam scores for students from different classes of different grades in a school. I want to predict how the students will perform in future exams when they move up to a higher grade. Note that students mix will be shuffled when moving up to a class of higher grade. Also, exams for different classes of the same grade differ in content so the scores also reflect difficulty of an exam. Students take multiple exams in each grade. Given the history of exam-related data (scores, classes, classmates) of every student, is there any method to adjust the scores to account for the difficulties of exams? How to do it with Stata?
Thanks!
Related Posts with comparing student ability using test scores
Writing a simple program to calculate ANOVA directly. program anova args n1 m1 s1 n2 m2 s2 n3 m3 s3 scalar k=3 gen xbar=(n1*m1+n2*m2+n3*m3)/(n1+n2+n3) g…
Problem with MergeHi every one, I am trying to merge two data set and the id variable is country, when I merge the dat…
PPML R-squared to highHi, I estimated a gravity model with the PPML estimator and fixed effects. However, the R-squared i…
PPML help!!Hi, I am studying the flows of oranges between countries. How could I use PPML, what is the differen…
Gravity Model endogeneityHi, I used a gravity model to estimate the effects of Regional Trade Agreement using the PPML …
Subscribe to:
Post Comments (Atom)
0 Response to comparing student ability using test scores
Post a Comment