Most of the basic blocks are listed in this help topic.
But see also PKMODEL which has more-involved
options and is documented separately.
PARAM( x, env, annotated = FALSE, covariates = FALSE, pos = 1, as_object = FALSE, ... ) FIXED(x, env, annotated = FALSE, pos = 1, ...) THETA(x, env, annotated = FALSE, pos = 1, name = "THETA", fill = NULL, ...) INIT(x, env, annotated = FALSE, pos = 1, as_object = FALSE, ...) CMT(x, env, annotated = FALSE, pos = 1, as_object = FALSE, ...) CAPTURE(x, env, annotated = FALSE, pos = 1, ...)
| x | data |
|---|---|
| env | parse environment |
| annotated | logical |
| covariates | logical |
| pos | block position |
| as_object | indicates that object code is being provided |
| ... | passed |
| name | block name |
| fill | data to use for block contents |