Learn R Programming

NMproject (version 0.6.9)

nonmem_code_to_r: Convert NONMEM code to R ready

Description

Parses NONMEM code and attempts to make it evaluable as R code.

Usage

nonmem_code_to_r(code, eta_to_0 = TRUE)

Value

Character vector of R code.

Arguments

code

Character vector of NONMEM code block.

eta_to_0

Logical (default = TRUE). Should all etas be set to 0.