knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of nlmixr2data is to include all the example datasets from the nlmixr2 project in one place.
This shows the theo_sd
dataset, the hello world for nlmixr2.
library(nlmixr2data) head(theo_sd)
You can install the development version of nlmixr2data from GitHub with:
# install.packages("remotes") remotes::install_github("nlmixr2/nlmixr2data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.