R/scrooge.R

#' @title Helper functions by David A. Selby
#'
#' @description
#' A fairly random and largely unrelated assortment
#'   of different utilities that might come in useful.
#'
#' @details
#' The package includes [verify()], which is a handy binary operator
#'   for checking simulation results, [PageRank()], a (fairly fragile!)
#'   way of calculating PageRanks, and [ILSR()], an estimator for
#'   the Bradley--Terry model. The function [vcovBT()] will compute asymptotic
#'   variance-covariance matrices for the Bradley--Terry model.
#'
#' @name scrooge
#' @docType package
"_PACKAGE"
Selbosh/scrooge documentation built on May 5, 2019, 8 p.m.