R/nlmixr2.R
backfill_nlmixr2_props.Rd
Populate some properties from nlmixr2 fit
backfill_nlmixr2_props(xpdb)
<xpose_data> object
xpose_data
This function will currently backfill:
condn
nsig
xpdb_nlmixr2 %>% set_prop(condn = "not implemented") %>% get_prop("condn") #> [1] "not implemented" xpdb_nlmixr2 %>% set_prop(condn = "not implemented") %>% backfill_nlmixr2_props() %>% get_prop("condn") #> [1] "68.5689852655761"