nm.parse2r.operators: Change NONMEM operators into R operators

View source: R/nm.parse2r.operators.r

nm.parse2r.operatorsR Documentation

Change NONMEM operators into R operators

Description

Change NONMEM operators into R operators

Usage

nm.parse2r.operators(nmtext)

Arguments

nmtext

NONMEM text like 'DOSE.GT.10'.

Value

Character string with an R expressions of the NONMEM input

Note

This will only with for simple operators but does not yet accomodate (nested) IF-THEN-ELSE blocks.

Examples

nm.parse2r.operators(c("DOSE.GT.10","AMT.LE.10","ID.EQ.1000","SEX!=0"))

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.