3
1. Kita membuat plot quantil-quantil untuk variable fuel (x1) data cost; label x1=fuel x2=repair x3=capital; input x1 x2 x3; cards ; 16.44 12.43 11.23 7.19 2.7 3.92 9.92 1.35 9.75 4.24 5.78 7.78 11.2 5.05 10.67 14.25 5.78 9.88 13.5 10.98 10.6 13.32 14.27 9.45 29.11 15.09 3.28 12.68 7.61 10.23 7.51 5.8 8.13 9.9 3.63 9.13 10.25 5.07 10.17 11.11 6.15 7.61 12.17 14.26 14.39 10.24 2.59 6.09 10.18 6.05 12.14 8.88 2.7 12.23 12.34 7.73 11.68 8.51 14.02 12.1 26.16 17.44 16.89 12.95 8.24 7.18 16.93 13.37 17.59 14.7 10.78 14.58 10.32 5.16 17 ; symbol v =plus; legend2 FRAME CFRAME =ligr CBORDER =black POSITION =center; title 'Normal Quantile-Quantile Plot for x1' ; proc capability data =cost noprint ; spec lsl = 9.5 clsl =red usl = 10.5 cusl =blue; qqplot x1 / cframe = ligr legend = legend2; run ; Berikut adalah plot quantil-quantil untuk fuel (x1)

Plot Quantil

Embed Size (px)

DESCRIPTION

Analisis Peubah Ganda

Citation preview

Page 1: Plot Quantil

1. Kita membuat plot quantil-quantil untuk variable fuel (x1)

data cost; label x1=fuel x2=repair x3=capital; input x1 x2 x3; cards;16.44 12.43 11.237.19 2.7 3.929.92 1.35 9.754.24 5.78 7.7811.2 5.05 10.6714.25 5.78 9.8813.5 10.98 10.613.32 14.27 9.4529.11 15.09 3.2812.68 7.61 10.237.51 5.8 8.139.9 3.63 9.1310.25 5.07 10.1711.11 6.15 7.6112.17 14.26 14.3910.24 2.59 6.0910.18 6.05 12.148.88 2.7 12.2312.34 7.73 11.688.51 14.02 12.126.16 17.44 16.8912.95 8.24 7.1816.93 13.37 17.5914.7 10.78 14.5810.32 5.16 17;symbol v=plus; legend2 FRAME CFRAME=ligr CBORDER=black POSITION=center; title 'Normal Quantile-Quantile Plot for x1'; proc capability data=cost noprint; spec lsl=9.5 clsl=red usl=10.5 cusl=blue; qqplot x1 / cframe = ligr legend = legend2; run;

Berikut adalah plot quantil-quantil untuk fuel (x1)

Speci fi cat i ons: Lower =9. 5 Upper =10. 5

fuel

0

5

10

15

20

25

30

Nor mal Quant i l es

- 2 - 1 0 1 2

Page 2: Plot Quantil

Berikut adalah plot quantil-quantil untuk repair (x2)

Speci fi cat i ons : Lower =9. 5 Upper =10. 5

repair

0. 0

2. 5

5. 0

7. 5

10. 0

12. 5

15. 0

17. 5

Nor mal Quant i l es

- 2 - 1 0 1 2

Berikut adalah plot quantil-quantil untuk capital (x3)

Speci fi cat i ons : Lower =9. 5 Upper =10. 5

capital

2. 5

5. 0

7. 5

10. 0

12. 5

15. 0

17. 5

20. 0

Nor mal Quant i l es

- 2 - 1 0 1 2