R/bayesbio_package.R

#' bayesbio: Miscellaneous functions useful in bioinformatics and Bayesian statistics
#'
#' A hodgepodge of hopefully helpful functions. Two of these perform
#' shrinkage estimation: one using a simple weighted method where the user can
#' specify the degree of shrinkage required, and one using James-Stein shrinkage
#' estimation for the case of unequal variances.
#'
#' @docType package
#' @name bayesbio
#' @importFrom grDevices colorRampPalette
#' @importFrom stats optimize p.adjust.methods setNames
#' @importFrom utils globalVariables
NULL
#> NULL
andymckenzie/bayesbio documentation built on June 13, 2019, 7:01 p.m.