| easyRasch2-renaming | R Documentation |
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.
RMdif — differential item functioning
RMlocdep — local dependence
RMitem — per-item statistics (fit, restscore, ICC, hierarchy)
RMdim — dimensionality assessment
RMplot — descriptive response-distribution plots
Variant suffixes attached at the end:
Cutoff — simulation-based critical values
Plot — visualisation
MI — multiple-imputation variant (replaces former _mi)
| 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().
No deprecation shims are shipped: each old name is simply gone. This keeps the export list clean ahead of the first CRAN submission. Run a search-and-replace against the table above to migrate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.