knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

RxODE

R build status codecov.io CRAN version CRAN checks CRAN total downloads CRAN total downloads CodeFactor

Overview

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:

Installation


Illustrated Example


Related R Packages




nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.