View source: R/tar_nlmixr_multimodel.R
tar_nlmixr_multimodel_single | R Documentation |
Generate a single nlmixr multimodel target set for one model
tar_nlmixr_multimodel_single(object, name, data, est, control, table, env)
object |
Fitted object or function specifying the model. |
name |
Symbol, name of the target.
In A target name must be a valid name for a symbol in R, and it
must not start with a dot. Subsequent targets
can refer to this name symbolically to induce a dependency relationship:
e.g. |
data |
nlmixr data |
est |
estimation method (all methods are shown by 'nlmixr2AllEst()'). Methods can be added for other tools |
control |
The estimation control object. These are expected to be different for each type of estimation method |
table |
The output table control object (like 'tableControl()') |
env |
The environment where the model is setup (not needed for typical use) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.