-
```
EIWRES IWRESI NIWRES IWRS
IPREDI IRESI IWRESI
IPRED NIRES NIWRES
IPRD IRS IWRS
EIPRED EIRES EIWRES
```
Original issue reported on code.google.com by `bergs...@gmail.com` on 12 Feb 2014 at 2:04
-
```
rlog returned something informative for minimization status in nm6, because of
the INFN. With nm7, min was just 1 or 0. nonmem 7.2, however parses
minimization status for easy recovery. Could…
-
```
Paths like "/opt/NONMEM/nm72gf/nmqual/autolog.pl" can be hard to discover.
Could be useful to have a function that returns the possibilities.
findNonmemCommand
-
```
An ignore condition of the form TIME.EQ.0.5 is legal in NONMEM, but breaks in
superset.
```
Original issue reported on code.google.com by `bergs...@gmail.com` on 12 Nov 2013 at 5:42
-
example
```
ind_code %
mrgsim(end= max(ex_id_data$time) + 12,delta=0.1,digits=4) %>% plot
```
![image](https://cloud.githubusercontent.com/assets/3196313/14647278/f8b38d80-062a-11e6-9c16-ac9cf09…
-
```
Nonmem generally treats '.' as a zero. Within superset, unless special action
is taken, it appears to be character, and thus prevents meaningful numeric
comparisons for "ignore" operations. su…
-
```
According to the NONMEM help: "Multiple IGNORE options with different lists
may be used. A list may span one or more NM-TRAN records." Currently
superset() and related functions assume exact…
-
```
If a NONMEM run terminates abnormally, it may list NUMSIGDIG after PARAMETER
and GRADIENT blocks in the Iterations section of the output file. PLOTR, which
normally produces parameter and gradi…
-
```
currently rlog warns "can't find *.ext" if you try to rlog a run that doesn't
exist. -1 is an unused min status in NONMEM, so could be proxy for "missing",
i.e. runs that never get created or ar…
-
```
What steps will reproduce the problem?
1. Add "worker" to list of files in the 'standard' argument
2.
3.
What is the expected output? What do you see instead?
When running NONMEM in parallel (usi…