View source: R/nm.parse2r.operators.r
nm.parse2r.operators | R Documentation |
Change NONMEM operators into R operators
nm.parse2r.operators(nmtext)
nmtext |
NONMEM text like 'DOSE.GT.10'. |
Character string with an R expressions of the NONMEM input
This will only with for simple operators but does not yet accomodate (nested) IF-THEN-ELSE blocks.
nm.parse2r.operators(c("DOSE.GT.10","AMT.LE.10","ID.EQ.1000","SEX!=0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.