Can I control the formatting (i.e. number of places after the decimal) of output displayed by PRINT or the regression instructions?
H4. Update: With Version 5, the PICTURE option was added to the PRINT command. It allows you to control the formatting of output. See the description of PRINT in the RATS 5 Reference Manual for details. If you have Version 4 or older, there is no general setting that affects the number of decimals displayed by PRINT. If you want to print out (display) a set of series with a specific format, use the COPY instruction with the UNIT=OUTPUT (if you want the output directed to the screen) and FORTRAN format options. For regression output, you can use the DISPLAY instruction with position and picture codes to display the contents of reserved variables defined by regression instructions (e.g., %SEESQ, %RSQUARED), or any other values you calculate.
Related Questions
- I have a CIELAB workflow. If I want to print image files in CIELAB colorspace can I use ColorPro to select my output profile and rendering intent then just print the files?
- Can I control the formatting (i.e. number of places after the decimal) of output displayed by PRINT or the regression instructions?
- Auto RS485 Half-Duplex Control: Which UARTs can use some other outputs besides RTS# as the RS485 control output?