RxODE user manual
2021-01-27
Chapter 1 Introduction
Welcome to the RxODE user guide; RxODE is an R package for solving and simulating from ode-based models. These models are convert the RxODE mini-language to C and create a compiled dll for fast solving. ODE solving using RxODE has a few key parts:
RxODE()
which creates the C code for fast ODE solving based on a simple syntax (Chapter 5) related to Leibnitz notation.- The event data, which can be:
rxSolve()
which solves the system of equations using initial conditions and parameters to make predictions- With multiple subject data, this may be parallelized.
- With single subject the output data frame is adaptive
- Covariances and other metrics of uncertanty can be used to simulate while solving.
While this is the user guide, there are other places that you can visit for help:
RxODE
github pkgdown pageRxODE
tutorial (accessible in tutorials in Rstudio 1.3+)RxODE
github discussions
This book was assembled on Wed Jan 27 14:17:34 2021 with RxODE version 1.0.2 automatically by github actions.