3-126 Full Command and Function Reference
Description: Print Level 1 Command: Prints an object in multiline printer format.
All objects except strings are printed with their identifying delimiters. Strings are printed without
the leading and trailing " delimiters.
Multiline printer format is similar to multiline display format, with the following exceptions:
• Strings and names that are more than 24 characters long are continued on the next printer
line.
• The real and imaginary parts of complex numbers are printed on separate lines if they don't fit
on the same line.
• Grobs are printed graphically.
• Arrays are printed with a numbered heading for each row and with a column number before
each element.
For example, the 2 × 3 array
123
456
would be printed as follows:
Array (2 3)
Row 1
1] 1
2] 2
3] 3
Row 2
1] 4
2] 5
3] 6
Access: …µ PR1
Flags: I/O Device (-33), Printing Device (-34), Double-spaced Printing (-37), Linefeed (-38). If flag -34
is set, flag -33 must be clear.
Input/Output:
Level 1/Argument 1 Level 1/Item 1
object
→
object
See also: CR, DELAY, OLDPRT, PRLCD, PRST, PRSTC, PRVAR
PREDV
Type: Command
Description: Predicted y-Value Command: Returns the predicted dependent-variable value y
dependent
, based on
the independent-variable value x
independent
, the currently selected statistical model, and the current
regression coefficients in the reserved variable ΣPAR.
PREDV is the same as PREDY. See PREDY.
Access: …µ
PREDV
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
independent
→
y
dependent
See also: PREDY
PREDX
Type: Command