Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 436 Bytes

bayesbio

This package contains a few helper functions that I've found useful in working in R, in particular in bioinformatics, and a couple (somewhat loosely) related to Bayesian statistics. Thus "bayesbio".

Installation

Get the released version from CRAN:

install.packages("bayesbio")

Or the development version from github:

# install.packages("devtools")
devtools::install_github("andymckenzie/bayesbio")