-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path$default.html
55 lines (41 loc) · 1.87 KB
/
$default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<HTML><HEAD> <TITLE> $default.ctl</TITLE><HEAD>
<BODY BGCOLOR="#FFFFFF">
<PRE>
+--------------------------------------------------------------------+
| |
| $DEFAULT |
| |
+--------------------------------------------------------------------+
MEANING: Specifies certain defaults for NONMEM
CONTEXT: NM-TRAN Control Record
USAGE:
$DEFAULT [NOSUB=[-1|0|1]]
SAMPLE:
$DEFAULT NOSUB=1
DISCUSSION:
$DEFAULT is optional. If present, it must appear following $PROB
Specifies certain defaults for NONMEM. If more than one $DEFAULT
record is present in a given problem, the one used by NONMEM is the
last one in the problem.
OPTIONS:
NOSUB=[-1|0|1]
With NOSUB=0, label substitution will be performed for all tasks
in the problem. This is the default.
(See <A HREF="$.html#$abbreviated">$ABBREVIATED</A>).
With NOSUB=1, label substitution will not be performed.
With NOSUB=-1, revert to NONMEM default, which is to treat -1 as
a 0.
If the NOSUB option is also specified on a task specification
record ($TABLE, $SCATTER), then this value of NOSUB applies only
for the current task. When speficied on a $EST record, the usual
rule for options apply, in which the option varies carries into
the next $EST record in the problem unless otherwise re-speci-
fied.
May also be coded $DEFAULTS.
REFERENCES: Guide <a href="intro7/index.html">Introduction_7<a/>
<pre>Go to <A HREF=index.html>main index</A>.</pre>
<pre>
<hr ALIGN=LEFT WIDTH="450"></pre>
<i><font size=-1>Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007,10/2012)</font>
</i><br>
</BODY></HTML>