# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "pridit" in publications use:' type: software license: Apache-2.0 title: 'pridit: Composite Scoring via Principal Component Analysis of Ridit Scores' version: 1.1.1 doi: 10.32614/CRAN.package.pridit abstract: 'Implements ''PRIDIT'' (Principal Component Analysis applied to ''RIDITs''), an unsupervised, nonparametric method for aggregating ordinal, categorical, and continuous indicators into a single interpretable composite score. Originally proposed by Brockett et al. (2002) for insurance fraud detection and extended to hospital quality measurement by Lieberthal (2008) and Lieberthal and Comer (2013) . The package provides: (1) low-level functions ridit(), PRIDITweight(), and PRIDITscore(); (2) a unified pridit() entry point returning a classed object with print, summary, ''autoplot'', and ''coef'' methods; (3) pridit_boot() for bootstrap confidence intervals on scores and weights; (4) a step_pridit() recipe step for out-of-sample scoring within the ''tidymodels'' framework; and (5) pridit_longitudinal() for panel data, computing cross-period stability of scores and weights.' authors: - family-names: Lieberthal given-names: Robert D. email: rlieberthal@gmail.com repository: https://rlieberthal.r-universe.dev repository-code: https://github.com/rlieberthal/PRIDIT commit: 39f7296c597d5f6b34dbe9fee7f59ecfc66acd46 url: https://github.com/rlieberthal/PRIDIT date-released: '2026-06-04' contact: - family-names: Lieberthal given-names: Robert D. email: rlieberthal@gmail.com