RxODE user manual
2021-03-09
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 6) 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 uncertainty 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 Tue Mar 9 20:54:44 2021 with RxODE version 1.0.5 automatically by github actions.