Description

R Implementation of the simple three compartment model for volatile anaesthetics described in Cowles et al. 1973.

Usage

Please find an example simulation in the corresponding vignette.

Contact

You are welcome to:

Install

This project is currently work in progress. To install the development version please use:

install.packages("remotes")
remotes::install_github("umg-minai/simva")

Development

Bootstrap

We assume you have guix installed to generate an isolated development environment in the following way:

git clone https://github.com/umg-minai/simva.git
cd simva
echo "$(pwd)" >> ~/.config/guix/shell-authorized-directories
guix shell

If network access (e.g. checking CRAN etc.) is needed:

CURL_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" guix shell --network