Package: rhoR
Title: Rho for Inter Rater Reliability
Authors@R: c(person("Brendan", "Eagan", email="beagan@wisc.edu", role = c("aut")),person("Brad", "Rogers", email = "bjrogers2@wisc.edu", role = c("aut")), person("Rebecca","Pozen", email = "rpozen@wisc.edu", role = c("aut")),person("Cody L", "Marquart", email="cody.marquart@wisc.edu", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-3387-6792")),person("David", "Williamson Shaffer", email = "dws@education.wisc.edu", role = c("aut")))
Maintainer: Cody L Marquart <cody.marquart@wisc.edu>
Version: 1.3.1
Description: Rho is used to test the generalization of inter rater reliability
    (IRR) statistics. Calculating rho starts by generating a large number of
    simulated, fully-coded data sets: a sizable collection of hypothetical
    populations, all of which have a kappa value below a given threshold -- which
    indicates unacceptable agreement. Then kappa is calculated on a sample from
    each of those sets in the collection to see if it is equal to or higher than
    the kappa in then real sample. If less than five percent of the distribution
    of samples from the simulated data sets is greater than actual observed kappa,
    the null hypothesis is rejected and one can conclude that if the two raters had
    coded the rest of the data, we would have acceptable agreement (kappa above the
    threshold).
Depends: R (>= 3.0.0)
License: GPL-3 | file LICENSE
URL: https://rhor.qe-libs.org
BugReports: https://gitlab.com/epistemic-analytics/qe-packages/rhoR/-/issues
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, stats, utils, methods
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, microbenchmark
Collate: 'RcppExports.R' 'baserate.R' 'baserateCT.R' 'baserateSet.R'
        'calcKappa.R' 'calcRho.R' 'calculations.R' 'checkBRPKcombo.R'
        'codeSet.R' 'contingencyTable.R' 'contingencyToSet.R'
        'createRandomSet.R' 'createSimulatedCodeSet.R' 'genPKcombo.R'
        'genPcombo.R' 'generateKPs.R' 'getBootPvalue.R' 'getHandSet.R'
        'getHandSetIndices.R' 'getR.R' 'getTestSet.R' 'kappa.R'
        'kappaCT.R' 'kappaSet.R' 'prset.R' 'rho.R' 'rho.file.R'
        'rhoCT.R' 'rhoK.R' 'rhoMin.R' 'rhoR.R' 'rhoSet.R' 'utils.R'
        'zzz.R'
NeedsCompilation: yes
Packaged: 2025-10-14 22:37:07 UTC; clmarquart
Author: Brendan Eagan [aut],
  Brad Rogers [aut],
  Rebecca Pozen [aut],
  Cody L Marquart [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-3387-6792>),
  David Williamson Shaffer [aut]
Repository: CRAN
Date/Publication: 2025-10-15 08:20:02 UTC
