| print.irt_design | R Documentation |
Display a compact summary of an irt_design object, including model type, number of items, theta distribution, and parameter ranges.
## S3 method for class 'irt_design'
print(x, ...)
x |
An |
... |
Additional arguments (ignored). |
x, invisibly.
irt_design()
d <- irt_design("1PL", 10, list(b = seq(-2, 2, length.out = 10)))
print(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.