Skip to content

Commit a11afd7

Browse files
authored
Merge pull request #72 from zhanglj37/main
make the environment (renv.lock) back to the version before diffsim
2 parents e3a3897 + 8f1cb7c commit a11afd7

2 files changed

Lines changed: 155 additions & 793 deletions

File tree

diffsim.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Before simulation, we estimated item difficulties and their uncertainties across
1212
The `irw_simu_diff()` function draws samples directly from these empirically derived distributions, rather than assuming a normal or uniform form, thereby generating realistic difficulty parameters that reflect both observed variability and estimation uncertainty.
1313

1414
```{r, eval=FALSE}
15+
#| eval: false
16+
#| echo: true
1517
# download the package
1618
devtools::install_github("itemresponsewarehouse/Rpkg")
1719
@@ -42,6 +44,8 @@ The current difficulty pool includes 145 datasets from IRW (as of 10-2025), cove
4244

4345

4446
```{r, eval=FALSE}
47+
#| eval: false
48+
#| echo: true
4549
# load the difficulty pool from the package
4650
data("diff_long", package = "irw")
4751

0 commit comments

Comments
 (0)