View source: R/update_parameters.R
update_parameters | R Documentation |
update_parameters(ctl, from)
ctl |
An nm object. |
from |
Optional nm object. The completed object from which to extract
results. If not specified, |
An nm object with modified ctl_contents
field.
# create example object m1 from package demo files exdir <- system.file("extdata", "examples", "theopp", package = "NMproject") m1 <- new_nm(run_id = "m1", based_on = file.path(exdir, "Models", "ADVAN2.mod"), data_path = file.path(exdir, "SourceData", "THEOPP.csv")) m1 %>% dollar("THETA") ## requires NONMEM to be installed ## Not run: m1 %>% run_nm() %>% wait_finish() m1 <- m1 %>% update_parameters() m1 %>% dollar("THETA") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.