
Plot uncertainty for flexible item response functions
Source:R/055-requested-api-completion-0-7.R
plot_irf_uncertainty.RdFor the bundled spline-reference engine, standard errors are derived on the logit scale from the fitted GLM and transformed to response probabilities. Exact GPIRT engines should supply their own posterior uncertainty summaries.
Usage
plot_irf_uncertainty(
object,
item = 1L,
theta_grid = seq(-4, 4, length.out = 101),
level = 0.95,
...
)