Previous Page | Next Page

Formats

PVALUEw.d Format



Writes p-values.
Category: Numeric
Alignment: right

Syntax
Syntax Description
Comparisons
Examples

Syntax

PVALUEw.d

Syntax Description

w

specifies the width of the output field.

Default: 6
Range: 3-32
d

specifies the number of digits to the right of the decimal point in the numeric value. This argument is optional.

Default: the minimum of 4 and w-2
Range: 1-30
Restriction: must be less than w

Comparisons

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


Examples

put x pvalue6.4; 

Value of x Results
 
----+----1
.05
0.0500
0.000001
<.0001
0
<.0001
.0123456
0.0123

Previous Page | Next Page | Top of Page