Learn R Programming

mrgsolve (version 0.8.12)

BLOCK_PARSE: Functions to parse code blocks

Description

Most of the basic blocks are listed in this help topic. But see also PKMODEL which has more-involved options and is documented separately.

Usage

PARAM(x, env, annotated = FALSE, covariates = FALSE, pos = 1, ...)

FIXED(x, env, annotated = FALSE, pos = 1, ...)

THETA(x, env, annotated = FALSE, pos = 1, name = "THETA", ...)

INIT(x, env, annotated = FALSE, pos = 1, ...)

CMT(x, env, annotated = FALSE, pos = 1, ...)

CAPTURE(x, env, annotated = FALSE, pos = 1, ...)

Arguments

x

data

env

parse environment

annotated

logical

covariates

logical

pos

block position

...

passed

name

block name

See Also

PKMODEL