backfill_nlmixr2_props: Populate some properties from nlmixr2 fit

View source: R/nlmixr2.R

backfill_nlmixr2_propsR Documentation

Populate some properties from nlmixr2 fit

Description

Populate some properties from nlmixr2 fit

Usage

backfill_nlmixr2_props(xpdb)

Arguments

xpdb

<xpose_data> object

Details

This function will currently backfill:

  • condn

  • nsig

Examples

if (requireNamespace("rxode2", quietly = TRUE) &&
    requireNamespace("nlmixr2est", quietly = TRUE)) {

xpdb_nlmixr2 %>%
  set_prop(condn = "not implemented") %>%
  get_prop("condn")

xpdb_nlmixr2 %>%
  set_prop(condn = "not implemented") %>%
  backfill_nlmixr2_props() %>%
  get_prop("condn")

}

xpose.xtras documentation built on April 19, 2026, 9:06 a.m.