R Implementation of the simple three compartment model for volatile anaesthetics described in Cowles et al. 1973.
Please find an example simulation in the corresponding vignette.
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/umg-minai/simva/issues
- send a pull request on: https://github.com/umg-minai/simva/
- compose an e-mail to: [email protected]
This project is currently work in progress. To install the development version please use:
install.packages("remotes")
remotes::install_github("umg-minai/simva")
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