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

Try the bayesbio package in your browser

Any scripts or data that you put into this service are public.

bayesbio documentation built on May 2, 2019, 3:43 a.m.