| print.irt_results | R Documentation |
Display a compact summary of an irt_simulate() result, including model,
items, sample sizes, iterations, convergence rate, and elapsed time.
## S3 method for class 'irt_results'
print(x, ...)
x |
An |
... |
Additional arguments (ignored). |
x, invisibly.
irt_simulate()
design <- irt_design(
model = "1PL", n_items = 5,
item_params = list(b = seq(-2, 2, length.out = 5))
)
study <- irt_study(design, sample_sizes = c(200, 500))
results <- irt_simulate(study, iterations = 10, seed = 42)
print(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.