knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
  )
options(width=80, cli.width=80)
Sys.setenv(RSTUDIO_CONSOLE_WIDTH=80)

Introduction

rxode2 is an R package that facilitates simulation with ODE models in R. It is designed with pharmacometrics models in mind, but can be applied more generally to any ODE model.

Description of rxode2 illustrated through an example




nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.