14.03.2014 Views

Quality and Reliability Methods - SAS

Quality and Reliability Methods - SAS

Quality and Reliability Methods - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

144 Capability Analyses Chapter 9<br />

Launch the Platform<br />

Capability Box Plots( 1 ),<br />

Spec Limits(<br />

OZONE( LSL( 0 ), Target( 0.05 ), USL( 0.1 ) ),<br />

CO( LSL( 5 ), Target( 10 ), USL( 20 ) ),<br />

SO2( LSL( 0 ), Target( 0.03 ), USL( 0.08 ) ),<br />

NO( LSL( 0 ), Target( 0.025 ), USL( 0.6 ) )<br />

)<br />

);<br />

Using a Limits Data Table<br />

A spec limits table can be in two different formats: wide or tall. Figure 9.3 shows an example of both types.<br />

Figure 9.3 Tall (top) <strong>and</strong> Wide (bottom) Spec Limit Tables<br />

A tall table has one row for each column analyzed in Capability, with four columns. The first holds the<br />

column names. The other three columns need to be named, _LSL, _USL, <strong>and</strong> _Target.<br />

A wide table has one column for each column analyzed in Capability, with three rows plus a _LimitsKey<br />

column. In the _LimitsKey column, the three rows need to contain the identifiers _LSL, _USL, <strong>and</strong> _Target.<br />

Either of these formats can be read using the Import Spec Limits comm<strong>and</strong>.<br />

Using a Limits Table <strong>and</strong> JSL<br />

There is no extra syntax needed to differentiate between the two table types when they are read using JSL.<br />

The following syntax works for either table. It places the spec limits inside an Import Spec Limits()<br />

clause.<br />

// JSL for reading in a spec limits file<br />

Capability(<br />

Y( :OZONE, :CO, :SO2, :NO ),<br />

Capability Box Plots( 1 ),<br />

Spec Limits(<br />

Import Spec Limits(<br />

"/filename.JMP"<br />

)));

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!