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

Introduction

RxODE 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 RxODE illustrated through an example




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