Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Description: Datasets for 'nlmixr2' and 'rxode2'. 'nlmixr2' is used for fitting
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
BugReports: https://github.com/nlmixr2/nlmixr2data/issues/
URL: https://nlmixr2.github.io/nlmixr2data/,
https://github.com/nlmixr2/nlmixr2data/
Config/roxygen2/version: 8.0.0
26 changes: 26 additions & 0 deletions R/data_neonatal_wt.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#' Neonatal weight progression data
#'
#' Longitudinal body-weight measurements for a cohort of neonates over roughly
#' the first week of life, used as the second case study (neonatal weight
#' progression) in Rohleff et al. (2025) on VAE-based nonlinear mixed-effects
#' modeling. There is no dosing; body weight follows a turnover (zero-order
#' production, first-order elimination) growth model whose initial weight is an
#' estimated parameter, so every record is an observation (\code{EVID = 0}).
#'
#' @format A data frame with 1120 rows by 9 columns
#'
#' \describe{
#' \item{ID}{Subject ID (189 neonates)}
#' \item{TIME}{Time since birth (days)}
#' \item{DV}{Dependent Variable, body weight (g)}
#' \item{EVID}{rxode2/nlmixr2 event ID (0 = observation; no dosing)}
#' \item{Sex}{Sex, 0/1}
#' \item{DelM}{Delivery mode, 0/1}
#' \item{GA}{Gestational age at birth (weeks)}
#' \item{Mage}{Maternal age (years)}
#' \item{Para2}{Parity indicator, 0/1}
#' }
#'
#' @source Rohleff et al. (2025), CPT: Pharmacometrics & Systems Pharmacology
#' @family nlmixr2 datasets
"neonatal_wt"
Binary file added data/neonatal_wt.rda
Binary file not shown.
13 changes: 7 additions & 6 deletions man/Bolus_1CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Bolus_1CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Bolus_2CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Bolus_2CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Infusion_1CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Infusion_1CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Infusion_2CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Infusion_2CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Oral_1CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Oral_1CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Oral_2CPT.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/Oral_2CPTMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading