In version 0.8.0, 22 exported functions were renamed under a consistent domain-prefix \(\to\) method \(\to\) variant-suffix scheme. The renames have no semantic effect — only names changed. Use the table below to migrate existing scripts.
Domain prefixes
RMdif— differential item functioningRMlocdep— local dependenceRMitem— per-item statistics (fit, restscore, ICC, hierarchy)RMdim— dimensionality assessmentRMplot— descriptive response-distribution plots
Variant suffixes attached at the end:
Cutoff— simulation-based critical valuesPlot— visualisationMI— multiple-imputation variant (replaces former_mi)
Old to new name map
| Old name | New name |
RMpartgamDIF() | RMdifGamma() |
RMpgDIFcutoff() | RMdifGammaCutoff() |
RMpgDIFplot() | RMdifGammaPlot() |
RMpartgamLD() | RMlocdepGamma() |
RMpgLDcutoff() | RMlocdepGammaCutoff() |
RMpgLDplot() | RMlocdepGammaPlot() |
RMlocdepQ3cutoff() | RMlocdepQ3Cutoff() |
RMlocdepQ3plot() | RMlocdepQ3Plot() |
RMiteminfit() | RMitemInfit() |
RMiteminfit_mi() | RMitemInfitMI() |
RMinfitcutoff() | RMitemInfitCutoff() |
RMinfitcutoff_mi() | RMitemInfitCutoffMI() |
RMinfitcutoffPlot() | RMitemInfitCutoffPlot() |
RMitemrestscore() | RMitemRestscore() |
RMbootRestscore() | RMitemRestscoreBoot() |
RMciccPlot() | RMitemICCPlot() |
RMresidualPCA() | RMdimResidualPCA() |
RMpcaCutoff() | RMdimResidualPCACutoff() |
RMcfaCutoff() | RMdimCFACutoff() |
RMcfaPlot() | RMdimCFAPlot() |
RMmartinLof() | RMdimMartinLof() |
RMmartinLofResiduals() | RMdimMartinLofResiduals() |
RMtileplot() | RMplotTile() |
RMbarplot() | RMplotBar() |
RMstackedbarplot() | RMplotStackedbar() |
Unchanged: RMreliability(), RMUreliability(),
RMitemHierarchy(), RMdifLR(), RMdifTree(), RMlocdepQ3(),
RMtargeting(), RMscoreSE().