Chapter Contents

Previous

Next
PVALUEw.d

PVALUEw.d



Writes p-values

Category: Numeric
Alignment: right


Syntax
Syntax Description
Details
Comparisons
Examples

Syntax

PVALUEw.d

Syntax Description

w
specifies the width of the output field.
Default: 6
Range: 3-32

d
optionally specifies the number of digits to the right of the decimal point in the numeric value.
Default: the minimum of 4 and w-2
Restriction: must be less than w


Details

The PVALUEw.d format writes p-values for the GENMOD procedure, the MIXED procedure, and SAS/INSIGHT software.


Comparisons

The PVALUEw.d format follows the rules for the w.d format, except that


Examples

put x pvalue5.3; 

Values Results

----+----1
-1
0.0
0
<.001
le-8
<.001
 .01232456
0.012
 .5
0.5000
1
1.000


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.