knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
rxode2 is an R package for solving and simulating from ode-based models. These models are convert the rxode2 mini-language to C and create a compiled dll for fast solving. ODE solving using rxode2 has a few key parts:
rxode2()
which creates the C code for fast ODE solving based on a
simple syntax related to Leibnitz notation.NONMEM
or deSolve
compatible data frame, oret()
or eventTable()
for easy simulation of eventsiCov=
as needed)rxSolve()
which solves the system of equations using initial
conditions and parameters to make predictionsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.