10,000 simulated responses from 1,000 respondents to 10 items.
Simulated data. These responses were generated by a script, not collected from people; see the generating script.
| Description | Data simulated using mudfold package |
|---|---|
| Reference | Balafas, S. E., Krijnen, W. P., Post, W. J., & Wit, E. C. (2020). Mudfold: An R package for nonparametric IRT modelling of unfolding processes. The R Journal, 12(1), 49-75. |
| DOI | 10.32614/CRAN.package.mudfold |
| Licence | CC0 1.0 |
| Generating script | https://github.com/ben-domingue/irw/blob/main/data/simsyn/mudfold_sim.R |
| Responses | 10,000 |
|---|---|
| Respondents | 1,000 |
| Items | 10 |
| Response categories | 2 |
| Responses per respondent | 10 |
| Responses per item | 1,000 |
| Density | 1 |
iditemresp
Or load it directly in R or Python:
# R
install.packages("remotes")
remotes::install_github("itemresponsewarehouse/Rpkg")
library(irw)
df <- irw_fetch("mudfoldsim", source = "sim")
# Python
pip install irw
import irw
df = irw.fetch("mudfoldsim", source="sim")
@misc{Balafas_2017, title={mudfold: Multiple UniDimensional unFOLDing}, url={http://dx.doi.org/10.32614/CRAN.package.mudfold}, DOI={10.32614/cran.package.mudfold}, journal={CRAN: Contributed Packages}, publisher={The R Foundation}, author={Balafas, Spyros and Krijnen, Wim and Wit, Ernst}, year={2017}, month=mar }
| IRW version | v439 |
|---|---|
| Redivis dataset | irw_simsyn v1.2 |
| Redivis dataset DOI | 10.57761/t5s5-a326 |
| Manifest pin for this IRW version | v1.1 |
| Metadata source | irw_meta v27.0 |