Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 967 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 967 Bytes

scicalc scicalc website

R-CMD-check

The goal of scicalc is to provide a easy way to perform common calculations for PKPD datasets.

Installation

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")

Example

This is a basic example which shows you how to solve a common problem:

library(scicalc)
## basic example code