You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: diffsim.qmd
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -41,25 +41,15 @@ The current difficulty pool includes 145 datasets from IRW (as of 10-2025), cove
41
41
</div>
42
42
43
43
44
-
45
-
46
-
47
-
Below is the figure showing how varied these distributions can be — some centered, some skewed, some even multimodal. This diversity helps us better understand how measurement behaves under realistic conditions.
@@ -79,11 +69,15 @@ ggplot(diff_long_sd, aes(x = difficulty, y = reorder(dataset, SD), fill = SD)) +
79
69
)
80
70
```
81
71
82
-
<!--div style="text-align: center;">
72
+
73
+
Below is the figure showing how varied these distributions can be — some centered, some skewed, some even multimodal. This diversity helps us better understand how measurement behaves under realistic conditions.
74
+
75
+
76
+
<divstyle="text-align: center;">
83
77
<imgsrc="diffsim/ridge_irw.png"alt="Distribution of Item Difficulties"width="40%">
84
78
85
79
<pstyle="font-size: 0.9em; color: gray;"><strong>Note:</strong> The color intensity reflects the standard deviation of difficulties in each dataset, with darker shades signifying greater variability.</p>
86
-
</div-->
80
+
</div>
87
81
88
82
89
83
@@ -108,7 +102,7 @@ The sample size requirement analysis demonstrates the strong influence of item d
108
102
109
103
110
104
<divstyle="text-align: center;">
111
-
<imgsrc="/diffsim/scatter_sd_logminn.png"alt="Distribution of Item Difficulties"width="60%">
0 commit comments