Package: perccalc Title: Estimate Percentiles from an Ordered Categorical Variable Version: 1.0.5 Authors@R: person("Jorge", "Cimentada", email = "cimentadaj@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5594-1156")) Description: An implementation of two functions that estimate values for percentiles from an ordered categorical variable as described by Reardon (2011, isbn:978-0-87154-372-1). One function estimates percentile differences from two percentiles while the other returns the values for every percentile from 1 to 100. Depends: R (>= 3.4.0) License: MIT + file LICENSE URL: https://cimentadaj.github.io/perccalc/, https://github.com/cimentadaj/perccalc Language: en-US Encoding: UTF-8 LazyData: true RoxygenNote: 7.0.1 Imports: stats, tibble, multcomp Suggests: magrittr, spelling, dplyr, knitr, rmarkdown, testthat, ggplot2, MASS, carData, tidyr (>= 1.0.0), covr VignetteBuilder: knitr Repository: https://cimentadaj.r-universe.dev Date/Publication: 2020-05-24 09:28:33 UTC RemoteUrl: https://github.com/cimentadaj/perccalc RemoteRef: HEAD RemoteSha: f5c4ef2a519e85bf0858bc1862e91a9d79d16b57 NeedsCompilation: no Packaged: 2026-07-03 11:24:44 UTC; root Author: Jorge Cimentada [aut, cre] (ORCID: ) Maintainer: Jorge Cimentada