Skip to contents

Create an IRT recovery design

Usage

eyeprocess_irt_recovery_design(
  sample_size = c(250L, 750L),
  n_items = c(12L, 24L),
  missing_rate = c(0, 0.15),
  testlet_sd = c(0, 0.35),
  replications = 10L,
  seed = 20260811L
)

Arguments

sample_size

Validation sample size or vector of sample sizes.

n_items

Number of items.

missing_rate

Proportion of responses or observations set missing.

testlet_sd

Standard deviation of simulated testlet effects.

replications

Number of simulation or validation replications.

seed

Random-number seed for reproducible execution.