An R package for analyzing time series of hormone concentrations using Bayesian deconvolution analysis. This package extends (and refactors) the single-subject model to multiple subjects and up to two-hormones per patient (driver and response hormones).
The package is currently in development and not yet functional, but feel free to take a look around.
Run the following code to install the development version:
# Need devtools package to install from GitHub
install.packages("devtools")
library(devtools)
# install from github
install_github("BayesPulse/poppulsatile", auth_token)