options(cli.unicode=FALSE, crayon.enabled=FALSE)
options(knitr.table.format = "html")
options(width=80, cli.width=80)
Sys.setenv(RSTUDIO_CONSOLE_WIDTH=80)

As suggested in the name, RxODE is often concerned with solutions to ordinary differential equations. The syntax of the ODE models is covered in the RxODE syntax vignette

You can create other types of models with RxODE:




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