The goal of scicalc is to provide a easy way to perform common calculations for PKPD datasets.
You can install the development version of scicalc from GitHub with:
# install.packages("devtools")
options(repos = c('scicalc' = "https://a2-ai.github.io/gh-pkg-mirror/scicalc", getOption("repos")))
install.packages("scicalc")
This is a basic example which shows you how to solve a common problem:
library(scicalc)
## basic example code