



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Marasinghe; Class: CMPTR PROCESSG DATA; Subject: STATISTICS; University: Iowa State University; Term: Unknown 1989;
Typology: Study notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




7.5^ in^ vsize=^ 5.
in^ rotate=landscape
targetdevice=pscolor;
data^ ozone;input^ x1-x10;drop^ x1-x10;array^ var(^10 ) x1-x10;do i=^1 to^^10 by ^2 ; stamford=var(i);yonkers =var(i+^1 );output; end;datalines;66 47^61 36 152
run ; proc^ rank^ fraction
data=ozone; var^ stamford;ranks^ p; run ; title1^ c=blue^ 'Quantile plot of Stamford Ozone data';axis1^ label=(c=darkviolet
f=centb^ h= 1.^ a=^90 ' Quantile q(p)'); axis2^ label=(c=darkviolet
f=centb^ h= 1.^
' Fraction p=i/n'); symbol1^ c=coral v=star^ i=none^ h=^1 ; proc^ gplot^ ; plot^ stamford*p/vaxis=axis
vm=^9 haxis=axis2 hm=^3 href= .25 .50^ .75^ chref=aqua
lhref=^2 vref=^60 100 cvref=crimson
lvref=^20 frame^ ; run ;
NOTE:^ The^ data^ set^ WORK.DATA^
has^155 observations
and^4 variables.
NOTE:^ PROCEDURE RANK^ used^ (Total process
time): real^ time^
0.01 seconds cpu^ time^
0.01 seconds 5152 title1^ c=blue
'Quantile plot of Stamford
Ozone data';
53 axis1^ label=(c=darkviolet f=centb h=1.5 a=
'^ Quantile^ q(p)');
54 axis2^ label=(c=darkviolet f=centb h=1.
'^ Fraction^ p=i/n'); 55 symbol1^ c=coral
v=star^ i=none^
h=1; 5657 proc^ gplot
58 plot^ stamford*p/vaxis=axis
vm= 59
haxis=axis2^ hm= 60
href=.25^ .50^.
chref=aqua^ lhref= 61
vref=60^100 cvref=crimson
lvref=
62
frame^ ; 63 run;NOTE:^19 observation(s)
contained a MISSING value for
the^ stamford^ * p^ request.
NOTE:^ There^ were
155 observations read from
the^ data set WORK.DATA1. NOTE:^ PROCEDURE GPLOT^ used^ (Total process time):real time 0.17 secondscpu time 0.
seconds
3 0 0 2 0 0 1 0 0^0 0. 0^ 0. 1^ 0. 2
3^ 0. 4^
5^ 0. 6^ 0. 7
8^ 0. 9^
0