if (FALSE) {
nlmixr2_m3 <- nlmixr_example("nlmixr2_m3")
nlmixr2_m3 %>%
backfill_derived() %>%
list_vars()
derive_prm(nlmixr2_m3)
# If param has no vars, .prm should be set
pheno_base %>%
backfill_derived(
.prm = c(CL,V)
) %>%
list_vars()
}
Run the code above in your browser using DataLab