knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

nlmixr2data

R-CMD-check CodeFactor

The goal of nlmixr2data is to include all the example datasets from the nlmixr2 project in one place.

Example

This shows the theo_sd dataset, the hello world for nlmixr2.

library(nlmixr2data)
head(theo_sd)

Installation

You can install the development version of nlmixr2data from GitHub with:

# install.packages("remotes")
remotes::install_github("nlmixr2/nlmixr2data")


nlmixr2/nlmixr2data documentation built on Feb. 8, 2024, 7:45 a.m.