All Projects → InsightRX → PKPDsim

InsightRX / PKPDsim

Licence: other
Simulate PK-PD models defined as ODE systems

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to PKPDsim

PopED
Population Experimental Design (PopED) in R
Stars: ✭ 27 (+12.5%)
Mutual labels:  pharmacometrics, pharmacokinetics, pharmacodynamics
Torsten
library of C++ functions that support applications of Stan in Pharmacometrics
Stars: ✭ 38 (+58.33%)
Mutual labels:  ode, pharmacometrics
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (+12.5%)
Mutual labels:  ode
MultiScaleArrays.jl
A framework for developing multi-scale arrays for use in scientific machine learning (SciML) simulations
Stars: ✭ 63 (+162.5%)
Mutual labels:  ode
owl ode
Owl's Differential Equation Solvers
Stars: ✭ 24 (+0%)
Mutual labels:  ode
stiff3
Adaptive solver for stiff systems of ODEs using semi-implicit Runge-Kutta method of third order
Stars: ✭ 13 (-45.83%)
Mutual labels:  ode
Differentialequations.jl
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
Stars: ✭ 2,023 (+8329.17%)
Mutual labels:  ode
SciMLBenchmarks.jl
Benchmarks for scientific machine learning (SciML) software and differential equation solvers
Stars: ✭ 195 (+712.5%)
Mutual labels:  ode
dae-cpp
A simple but powerful C++ DAE (Differential Algebraic Equation) solver
Stars: ✭ 33 (+37.5%)
Mutual labels:  ode
sciml.ai
The SciML Scientific Machine Learning Software Organization Website
Stars: ✭ 38 (+58.33%)
Mutual labels:  ode
Nonlinear-Systems-and-Control
Files for my Nonlinear Systems and Controls class.
Stars: ✭ 16 (-33.33%)
Mutual labels:  ode
sbml-test-suite
The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
Stars: ✭ 21 (-12.5%)
Mutual labels:  ode
godesim
ODE system solver made simple. For IVPs (initial value problems).
Stars: ✭ 19 (-20.83%)
Mutual labels:  ode
GlobalSensitivity.jl
Robust, Fast, and Parallel Global Sensitivity Analysis (GSA) in Julia
Stars: ✭ 30 (+25%)
Mutual labels:  ode
mrgsolve
Simulate from ODE-based population PK/PD and QSP models in R
Stars: ✭ 84 (+250%)
Mutual labels:  ode
odepack
Work in Progress to refactor and modernize the ODEPACK Library
Stars: ✭ 30 (+25%)
Mutual labels:  ode
irrlamb
irrlamb is a 3D game that probably involves a lot of physics and frustrating gameplay.
Stars: ✭ 28 (+16.67%)
Mutual labels:  ode
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+24833.33%)
Mutual labels:  ode
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+87.5%)
Mutual labels:  ode
DiffEqUncertainty.jl
Fast uncertainty quantification for scientific machine learning (SciML) and differential equations
Stars: ✭ 61 (+154.17%)
Mutual labels:  ode

PKPDsim

PKPDsim is a library for numerical integration of ODE systems, in particular pharmacokinetic-pharmacodynamic (PK-PD) mixed-effects models.

Installation

The development version of PKPDsim always has the most up-to-date improvements and bug fixes. We aim to release PKPDsim on CRAN at least once a year, depending on the number and impact of updates made to the development version.

The CRAN version of PKPDsim can be installed using:

install.packages("PKPDsim")

The development version of PKPDsim can be installed using:

devtools::install_github("InsightRX/PKPDsim")

Contributing

We welcome input from the community:

  • If you think you have encountered a bug, please submit an issue on the GitHub page. Please include a reproducible example of the unexpected behavior.

  • Please open a pull request if you have a fix or updates that would improve the package. If you're not sure if your proposed changes are useful or within scope of the package, feel free to contact one of the authors of this package.

Disclaimer

The functionality in this R package is provided "as is". While its authors adhere to software development best practices, the software may still contain unintended errors.

InsightRX Inc. and the authors of this package can not be held liable for any damages resulting from any use of this software. By the use of this software package, the user waives all warranties, expressed or implied, including any warranties to the accuracy, quality or suitability of InsightRX for any particular purpose, either medical or non-medical.

© InsightRX logo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].