Writes all tables (item statistics, thresholds with standard errors, person estimates including ID and factors, the score-to-measure table, residual correlations, principal-component loadings, category frequencies, and DIF results for every nominated factor) as CSV; every plot, including the per-item characteristic, category, threshold, and frequency plots, as PNG and optionally PDF; and a plain-text analysis summary.
Usage
save_outputs(
fit,
dir,
formats = c("png", "pdf"),
width = 9,
height = 6,
dpi = 300,
item_plots = TRUE
)Arguments
- fit
A fitted object from
rasch.- dir
Output directory; created if absent.
- formats
Plot formats, any of
"png"and"pdf".- width, height
Plot size in inches.
- dpi
PNG resolution; the default 300 is publication quality.
- item_plots
Also write the per-item plot set (one ICC, category curve, threshold curve, and frequency chart per item).