knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Interactive tutorials

library(rxode2)

rxode2 comes with a few interactive tutorials that you can run with your own R session; They are built into Rstudio 1.3 and can be run from any R session by:

## rxode2 Syntax
learnr::run_tutorial("rxode2-00-syntax", "rxode2")

## rxode2 event tables 

learnr::run_tutorial("rxode2-00-events", "rxode2")


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