R/rankconf-package.R

## usethis namespace: start
#' The 'rankconf' package.
#'
#' @description A package for rank inference
#'
#' @docType package
#' @name rankconf-package
#' @useDynLib rankconf, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom rstan extract
#' @importFrom stats pnorm
#' @importFrom stats quantile
#' @importFrom utils flush.console
## usethis namespace: end
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.2. https://mc-stan.org
#'
NULL
harveybarnhard/rankconf documentation built on Jan. 2, 2022, 5:55 a.m.