## requires NONMEM to be installed
if (FALSE) {
m1 <- new_nm(
run_id = "m1",
based_on = "staging/Models/ADVAN2.mod",
data_path = "DerivedData/data.csv"
) %>%
cmd("execute {ctl_name} -dir={run_dir}") %>%
fill_input() %>%
run_nm()
}
Run the code above in your browser using DataLab