update.pkmod | R Documentation |
Update parameters or initial values of a pkmod object
## S3 method for class 'pkmod' update(object, ...)
object |
Object with class pkmod |
... |
Updated values passed to object. |
Returns the pkmod object with elements replaced
# initial pkmod object (my_mod <- pkmod(pars_pk = c(CL = 10, V1 = 10))) # update a subset of parameters and initial values update(my_mod, pars_pk = c(CL = 20, V1 = 2), init = 3, sigma_add = 1, log_response = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.