-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path$format.html
47 lines (35 loc) · 1.78 KB
/
$format.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
<HTML><HEAD> <TITLE> $format.ctl</TITLE><HEAD>
<BODY BGCOLOR="#FFFFFF">
<PRE>
+--------------------------------------------------------------------+
| |
| $FORMAT |
| |
+--------------------------------------------------------------------+
MEANING: Specifies significant digits for the NONMEM report file
CONTEXT: NM-TRAN Control Record
USAGE:
$FORMAT FMTN=n (NM75)
$FORMAT FMTN=3 (default) (NM75)
You may now display any significant digits for thetas, omegas,
and sigmas results, and variance- covariance of estimates, listed
in the NONMEM report file. The FMTN is the number of significant
digits (which is by legacy and default 3), between 3 and 23. This
also applies to $TABLE outputs to the NONMEM report file. The
FORTRAN format will be formed as 1PE{FMTN+6}.{FMTN-1}. For exam-
ple FMTN=6 will be 1PE12.5. If you wish G field format, set the
FMTN to a negative value. For example FMTN=-4 will be 1PG10.3.
It is recommended that you place the $FORMAT record immediately
after the $PROB record:
$PROB My problem
$FORMAT FMTN=5
This FMTN precision format will be in effect for outputs of all
problems, until another $FORMAT record is given for a new $PROB
in the control stream.
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>