Changelog
Source:NEWS.md
easyRaschBayes 0.1.1
-
infit_statistic()is now faster and defaults to not output outfit statistics. -
item_restscore_statistic()is now faster and has output similar toinfit_post(). -
q3_statistic()is now faster and has output similar toinfit_post(). - Three post-processing helper functions added that output a list with result table(s) and a plot:
-
infit_post()for the output ofinfit_statistic() -
item_restscore_post()for the output ofitem_restscore_statistic() -
q3_post()for the output ofq3_statistic()
-
-
plot_residual_pca()is now faster.