| print.irt_study | R Documentation |
Display a compact summary of an irt_study object, including model, items, sample sizes, and missing data mechanism.
## S3 method for class 'irt_study'
print(x, ...)
x |
An |
... |
Additional arguments (ignored). |
x, invisibly.
irt_study()
d <- irt_design("1PL", 10, list(b = seq(-2, 2, length.out = 10)))
s <- irt_study(d, sample_sizes = c(100, 500))
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.