View source: R/plot_irt_results.R
| build_criterion_plot | R Documentation |
Shared plotting engine used by both plot.irt_results() and
plot.summary_irt_results().
build_criterion_plot(
summary_obj,
criterion = "rmse",
param = NULL,
item = NULL,
threshold = NULL
)
summary_obj |
A |
criterion |
Character string. Criterion to plot. |
param |
Optional character vector. Parameter filter. |
item |
Optional integer vector. Item filter. |
threshold |
Optional numeric. Horizontal reference line. |
A ggplot2::ggplot object, returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.