-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
32 lines (22 loc) · 1013 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
output:
md_document:
variant: markdown_github
---
# Pulsatile
[![Build Status](https://travis-ci.org/BayesPulse/pulsatile.svg?branch=master)](https://travis-ci.org/BayesPulse/pulsatile)
[![codecov](https://codecov.io/gh/BayesPulse/pulsatile/branch/master/graph/badge.svg)](https://codecov.io/gh/BayesPulse/pulsatile)
An R package for analyzing time series of hormone concentrations using Bayesian
deconvolution analysis.
Run the following code to install the development version:
```{r, eval=FALSE}
# Need devtools package to install from GitHub
if (!require(devtools)) install.packages("devtools")
# install from github
install_github("bayespulse/pulsatile")
```
# Programming resources
[R source (math.h and internal.h)](https://github.com/wch/r-source)
[C interface in Advanced R](http://adv-r.had.co.nz/C-interface.html)
[R's RNG wrappers](https://svn.r-project.org/R/trunk/src/library/stats/R/distn.R)
[R's rmultinom](https://svn.r-project.org/R/trunk/src/nmath/rmultinom.c)