Learn R Programming

xpose.xtras (version 0.1.2)

backfill_nlmixr2_props: 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

Run this code

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

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

Run the code above in your browser using DataLab