![]() Chapter Contents |
![]() Previous |
![]() Next |
| PROBSIG= |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, System Options window |
| Category: | Log and procedure output control: Procedure output |
| PROC OPTIONS GROUP= | LISTCONTROL |
| Syntax | |
| Syntax Description | |
| Details |
Syntax |
| PROBSIG=n | MIN | MAX | hex |
| Details |
When PROBSIG=0, p-values are written with four decimal places and truncated at .0001.
PROBSIG=1 guarantees that p-values are written with at least one significant digit; that is, values greater than or equal to .000095 are written with four decimal places, but values less than .000095 are written in E-notation.
PROBSIG=2 guarantees that p-values are written with at least two significant digits. Values greater than .0000995 are written with five decimal places, and smaller values are written in E-notation.
Operating Environment Information: The syntax shown here applies to the
OPTIONS statement. On the command line or in a configuration file, the syntax
is specific to your operating environment. For details, see the SAS documentation
for your operating environment.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.