Reflection Final Paper
IE 590/490
Lean Manufacturing in Systems Engineering
Dr. Delia Valles-Rosales
Industrial Engineering Department
1
Lean Six Sigma-Tools
Project Selection, NPV, SIPOC Diagram, VOC, CTQ, Pareto Chart, Process Mapping
C&E Analysis, Process Capability Analysis, Sampling, Basic Statistics
Hypothesis Test, Correlation, Regression, Multi-Vari, CI’s, ANOVA
DOE, Poka-Yoke, FMEA, RSM
Control Plans, SPC, SOP’s
In this type of design we want to study the effect of two or more factors. In each complete trial or replication of the experiment, all possible combinations of the levels of the factors are investigated.
Basic idea: Treatments are a combination of multiple factors with different levels (i.e. settings)
Factorial Designs
3
The effect of a factor is defined to be as the change in the response produced by a change in the level of the factor (main effect).
Interaction between factors is present when the difference in response between the levels of one factor is not the same at all levels of the other factors (i.e. the effect of factor A depends on the level selected for factor B).
Factorial Designs: Main Concepts
4
One-Factor ANOVA
Separates total variation observed in a set of measurements into:
Variation within one system
Due to random measurement errors
Variation between systems
Due to real differences + random error
One-factor experimental design
ANOVA Summary
Generalized Design of Experiments
Goals
Isolate effects of each input variable.
Determine effects of interactions.
Determine magnitude of experimental error
Obtain maximum information for a given effort
Basic idea
Expand 1-factor ANOVA to m factors
Terminology
Response variable
Measured output value
E.g. total execution time
Factors
Input variables that can be changed
E.g. cache size, clock rate, bytes transmitted
Levels
Specific values of factors (inputs)
Continuous (~bytes) or discrete (type of system)
Terminology
Replication
Completely re-run experiment with same input levels
Used to determine impact of measurement error
Interaction
Effect of one input factor depends on level of another input factor
Two-factor Experiments
Two factors (inputs)
A, B
Separate total variation in output values into:
Effect due to A
Effect due to B
Effect due to interaction of A and B (AB)
Experimental error
Two-factor ANOVA
Factor A – a input levels
Factor B – b input levels
n measurements for each input combination
abn total measurements
Two Factors, n Replications
| Factor A | |||||||
| 1 | 2 | … | j | … | a | ||
| Factor B | 1 | … | … | … | … | … | … |
| 2 | … | … | … | … | … | … | |
| … | … | … | … | … | … | … | |
| i | … | … | … | yijk | … | … | |
| … | … | … | … | … | … | … | |
| b | … | … | … | … | … | … |
n replications
One-factor ANOVA
Each individual measurement is a composition of
Overall mean
Effect of alternatives
Measurement errors
Two-factor ANOVA
Each individual measurement is composition of
Overall mean
Effects
Interactions
Measurement errors
Sum-of-Squares
As before, use sum-of-squares identity
SST = SSA + SSB + SSAB + SSE
Degrees of freedom
df(SSA) = a – 1
df(SSB) = b – 1
df(SSAB) = (a – 1)(b – 1)
df(SSE) = ab(n – 1)
df(SST) = abn - 1
Two-Factor ANOVA
Need for Replications
If n=1
Only one measurement of each configuration
Can then be shown that
SSAB = SST – SSA – SSB
Since
SSE = SST – SSA – SSB – SSAB
We have
SSE = 0
Need for Replications
Thus, when n=1
SSE = 0
→ No information about measurement errors
Must replicate each experiment at least twice
Generalized m-factor Experiments
Effects for 3 factors:
A
B
C
AB
AC
BC
ABC
An engineer is designing a battery that will be used in a device that will be subject to extreme variations in temperature.
She is interested in examining three different materials for this battery at three different temperatures (15, 70 and 125 °F) in order to determine how battery life is affected by these conditions.
* Example from Montgomery (2009)
Factorial Designs Example: Battery Design
20
Response: Battery life
Treatment: All combinations the factors:
Material: 3 levels (1, 2 and 3)
Temperature: 3 levels (15, 70 and 125 °F)
Factorial Design Example: Study
21
An appropriate statistical model to describe this design is:
The life time data are (Data source: Montgomery, 1991):
Row Matype Temp Life
1 1 15 74
2 1 15 130
3 1 15 155
4 1 15 180
5 2 15 126
6 2 15 150
7 2 15 159
8 2 15 188
9 3 15 110
10 3 15 138
11 3 15 160
12 3 15 168
13 1 70 34
14 1 70 40
15 1 70 75
16 1 70 80
17 2 70 106
18 2 70 115
19 2 70 122
20 2 70 126
21 3 70 120
22 3 70 139
23 3 70 150
24 3 70 174
25 1 125 20
26 1 125 58
27 1 125 70
28 1 125 82
29 2 125 25
30 2 125 45
31 2 125 58
32 2 125 70
33 3 125 60
34 3 125 82
35 3 125 96
36 3 125 104
A typical procedure to conduct analysis for two-factor experiment
Conduct descriptive summary using both graphical and numerical techniques for detecting unusual observations and for demonstrating some interesting patterns that will be useful during the analysis.
Conduct the preliminary ANOVA analysis using raw data and residual analysis to check for the adequacy of assumptions, especially the constant variance and normality. Graphical methods are particularly useful here.
A typical procedure to conduct analysis for two-factor experiment
3. Determine if further analysis is needed:
If interaction is significant (also closely examine the interaction plot to learn about the interaction pattern), an analysis of simple effects of factor A (or B) at each level of factor B (or A) is recommended.
If main effect of a factor is significant, one should decide what further comparisons should be useful: Pairwise comparison, contrasts, trend analysis, comparison with control , and so on. (consult the one-way analysis for more details).
The corresponding ANOVA Table for Two-Factor Model
| Source | Df | SS | MS | F | P-value | EMS |
| Treatment A | a-1 | SSA | MSA=SSA/(a-1) | MSA/MSE | ||
| Treatment B | b-1 | SSB | MSB=SSB/(b-1) | MSB/MSE | ||
| AB Interaction | (a-1)(b-1) | SSAB | MSAB=SSAB/ [(a-1)(b-1)] | MSAB/MSE | ||
| Error | ab(r-1) | SSE | MSE=SSE/[ab(r-1)] | s2 | ||
| Total | abr-1 | SSTO |
The F-statistics test the following hypothesis:
In analyzing the ANOVA results for two-factor models, we need to examine the Interaction effect before analyzing main effects. If there exists interaction effect, sometimes the results of main effects may be misleading.
Factor Type Levels Values
Matype fixed 3 1 2 3
Temp fixed 3 15 70 125
Analysis of Variance for Life, using Adjusted SS for Tests
Source DF Seq SS Adj SS Adj MS F P
Matype 2 10633.2 10633.2 5316.6 7.98 0.002
Temp 2 39083.2 39083.2 19541.6 29.34 0.000
Matype*Temp 4 9437.7 9437.7 2359.4 3.54 0.019
Error 27 17980.7 17980.7 666.0
Total 35 77134.8
Unusual Observations for Life
Obs Life Fit SE Fit Residual St Resid
1 74.000 134.750 12.903 -60.750 -2.72R
4 180.000 134.750 12.903 45.250 2.02R
All three types of material show much longer life time at low temperature, at much shorter life time at high temperature environment. However, the performance varies greatly at middle temperature. Material #3 seems to perform well at middle temperature as well.
The trend of the life time is clearly going shorter when temperature increases. However, the trends are different for different types of material. Material #3 maintains its high life time at very high levels of temperatures. Material 1 and 2 sharply decrease at low temperature and middle temperature.
When temperature increases, Material 2 is affected by temperature #2
There is a slight evidence that there is larger variation at higher life time. When temperature is low, life time is higher
There is a slight evidence, material one seems to have a larger life time variation.
Normality seems to be fine.
Two-Factor Design – Random effect model
Through cause-effect diagram and team discussion, it was suspected that the surface finish of a metal part is influenced by the feed rate and the depth of cut. The variability is of a particular concern, since uneven metal finish will result leaking of the finish products using this metal. Three feed rates and four depths of cuts are randomly chosen. A factorial experiment with three replications is performed. The surface roughness is measured and recorded. The lower the roughness, the better the surface.
Row Depth Feed Rough
1 0.12 0.20 74
2 0.12 0.20 68
3 0.12 0.20 60
4 0.12 0.25 90
5 0.12 0.25 85
6 0.12 0.25 89
7 0.12 0.30 99
8 0.12 0.30 106
9 0.12 0.30 103
10 0.14 0.20 79
11 0.14 0.20 67
12 0.14 0.20 75
Row Depth Feed Rough
13 0.14 0.25 99
14 0.14 0.25 102
15 0.14 0.25 94
16 0.14 0.30 107
17 0.14 0.30 106
18 0.14 0.30 98
19 0.16 0.20 80
20 0.16 0.20 84
21 0.16 0.20 86
22 0.16 0.25 91
23 0.16 0.25 95
24 0.16 0.25 98
Row Depth Feed Rough
25 0.16 0.30 99
26 0.16 0.30 105
27 0.16 0.30 100
28 0.18 0.20 99
29 0.18 0.20 102
30 0.18 0.20 103
31 0.18 0.25 108
32 0.18 0.25 111
33 0.18 0.25 99
34 0.18 0.30 111
35 0.18 0.30 110
36 0.18 0.30 106
The analysis of the Surface Roughness data
General Linear Model: Rough versus Depth, Feed
Factor Type Levels Values
Depth random 4 0.12 0.14 0.16 0.18
Feed random 3 0.20 0.25 0.30
Analysis of Variance for Rough, using Adjusted SS for Tests
Source DF Seq SS Adj SS Adj MS F P
Depth 3 1801.56 1801.56 600.52 4.60 0.053
Feed 2 3230.72 3230.72 1615.36 12.37 0.007
Depth*Feed 6 783.28 783.28 130.55 6.84 0.000
Error 24 458.00 458.00 19.08
Total 35 6273.56
Unusual Observations for Rough
Obs Rough Fit SE Fit Residual St Resid
3 60.000 67.333 2.522 -7.333 -2.06R
The ANOVA results indicate all three uncertainty components are statistically significant when compared to the random error. Different Feeding Rates, different Depth all introduces huge variation. In particular, the significance of Depth*Feed interaction component indicates there is a huge inconsistence of roughness due to different feeding rates for different level of depths.
Thank you!!!
)]
1
(
),
1
(
;
1
[
2
2
2
2
Tabulated
Computed
)]
1
(
[
)
1
(
square
Mean
1
)
1
(
1
freedom
Deg
squares
of
Sum
Total
Error
es
Alternativ
Variation
-
-
-
-
=
-
=
-
-
-
n
k
k
e
a
e
a
F
F
s
s
F
n
k
SSE
s
k
SSA
s
kn
n
k
k
SST
SSE
SSA
a
error
t
measuremen
A
factor
to
due
effect
mean
overall
..
..
=
=
=
+
+
=
ij
i
ij
i
ij
e
y
e
y
y
a
a
error
t
measuremen
B
and
A
of
n
interactio
to
due
effect
B
to
due
effect
A
to
due
effect
mean
overall
...
...
=
=
=
=
=
+
+
+
+
=
ijk
ij
j
i
ijk
ij
j
i
ijk
e
y
e
y
y
g
b
a
g
b
a
)]
1
(
),
1
)(
1
(
;
1
[
)]
1
(
),
1
(
;
1
[
)]
1
(
),
1
(
;
1
[
2
2
2
2
2
2
2
2
2
2
Tabulated
Computed
)]
1
(
[
)]
1
)(
1
[(
)
1
(
)
1
(
square
Mean
)
1
(
)
1
)(
1
(
1
1
freedom
Deg
squares
of
Sum
Error
AB
B
A
-
-
-
-
-
-
-
-
-
-
=
=
=
-
=
-
-
=
-
=
-
=
-
-
-
-
-
n
ab
b
a
n
ab
b
n
ab
a
e
ab
ab
e
b
b
e
a
a
e
ab
b
a
F
F
F
F
s
s
F
s
s
F
s
s
F
F
n
ab
SSE
s
b
a
SSAB
s
b
SSB
s
a
SSA
s
n
ab
b
a
b
a
SSE
SSAB
SSB
SSA
a
a
a
effects
total
1
2
ns
interactio
factor
-
1
ns
interactio
factor
-
three
3
ns
interactio
factor
-
two
2
effects
main
factors
m
-
=
÷
÷
ø
ö
ç
ç
è
æ
÷
÷
ø
ö
ç
ç
è
æ
÷
÷
ø
ö
ç
ç
è
æ
Þ
m
m
m
m
m
m
m
M
ij.
A two-factor axb full factorial Design c
ab be described as a cell-mean model:
is the mean of each treatment combinatio
n. It is estimated by y
When is futher decomposed into main an
ijkijijk
ij
ij
ye
m
m
m
=+
d interaction effects, the effects model
is
, i = 1,2,...a; j =1,2,.., b; k =1,2
,..,r
is the overall strength mean.
's are the effect of the ith level of Tr
eatment A.
is
ijkijijijk
i
j
ye
mabab
m
a
b
=++++
ijk ijk
the effect of the jth level of Treatment
B.
is the interaction effect of ith level
of A and jth level of B.
eis the random error with e~(0,)
ij
N
ab
s
2
2
()
(1)(1)
ij
ij
r
ab
ab
s
+
--
åå
22
(1)
j
j
arb
sb
+-
å
22
(1)
i
j
bra
sa
+-
å
0a
0a
0
tests: H:' all equal to zero Vs.
H:Not all ' equal to zero
tests: H:' all equal to zero Vs.
H:Not all ' equal to zero
tests: H:' al
Aii
Bjj
ABij
MSA
Fss
MSE
MSB
Fss
MSE
MSAB
Fs
MSE
aa
bb
ab
=
=
=
a
l equal to zero Vs. H:Not all ' equa
l to zero
ij
s
ab
M
a
t
y
p
e
T
e
m
p
1
2
3
1
5
7
0
1
2
5
6
0
8
0
1
0
0
1
2
0
1
4
0
L
i
f
e
M
a
i
n
E
f
f
e
c
t
P
l
o
t
f
o
r
t
h
e
B
a
t
t
e
r
y
L
i
f
e
S
t
u
d
y
1
1
2
2
3
3
1
5
1
5
7
0
7
0
1
2
5
1
2
5
5
0
1
0
0
1
5
0
5
0
1
0
0
1
5
0
M
a
t
y
p
e
T
e
m
p
1
2
3
1
5
7
0
1
2
5
1
2
3
1
5
7
0
1
2
5
I
n
t
e
r
a
c
t
i
o
n
P
l
o
t
b
e
t
w
e
e
n
M
a
t
e
r
i
a
l
T
y
p
e
a
n
d
T
e
m
p
e
r
a
t
u
r
e
��������Main Effects Plot for Life�������������������������������������������������������������������������������������������������������������������0�������/��Main Effects Plot for Life������������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areano double-buffering ;; no double bufferingno force black-and-whiteno force black and whiteno gamma ;; correctionlight scaling=0,no subscreen creatingno subscreen movingno subscre ;; en resizingsubscreen stretchin") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=0,statguideid=18101,toplayer=0,angle=0,arrowdir=0 ,arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,use bitmap=0,canbrush=0,brushrows=0,light scaling=0.00000,sessionline=214") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.699965 -0.499975 0) (0.899955 -0.499975 0) (0.899955 0.499975 0) (-0.699965 0.499975 0) (-0.699965 -0.499975 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1"))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "**") (Text_Font "name=arial-gdi-vector,size=0.03131 sru") (Segment "" ( (Text 0.499975 0.529973 0 "Temp"))) (Segment "" ( (Text -0.299985 0.529973 0 "Matype"))) (Segment "major" ()))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^>") (Text_Font "name=arial-gdi-vector,size=0.02722 sru") (Text_Path 0.70711 0.70711 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.734955 -0.584275 0) (0.777493 -0.521943 0) ( 0.819791 -0.583923 0) (0.777253 -0.646255 0))) (Renumber (Text 0.766678 -0.63076 0 "125") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "125") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.431024 -0.570319 0) (0.467984 -0.516161 0) ( 0.510282 -0.578142 0) (0.473322 -0.632299 0))) (Renumber (Text 0.462748 -0.616804 0 " 70") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 70") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.131039 -0.570319 0) (0.167999 -0.516161 0) ( 0.210297 -0.578142 0) (0.173337 -0.632299 0))) (Renumber (Text 0.162763 -0.616804 0 " 15") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 15") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.0371007 -0.543395 0) (-0.0224564 -0.521937 0) (0.0198416 -0.583917 0) (5.19735e-3 -0.605375 0))) (Renumber (Text -5.37716e-3 -0.58988 0 "3") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "3") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.337086 -0.543395 0) (-0.322441 -0.521937 0) (-0.280143 -0.583917 0) (-0.294788 -0.605375 0))) (Renumber (Text -0.305362 -0.58988 0 "2") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "2") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.637071 -0.543395 0) (-0.622426 -0.521937 0) (-0.580128 -0.583917 0) (-0.594773 -0.605375 0))) (Renumber (Text -0.605347 -0.58988 0 "1") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "1") 1 "L"))))) (Segment "major" ( (Segment "" ( (Polyline ((0.79996 -0.499975 0) (0.79996 -0.519974 0)) ))) (Segment "" ( (Polyline ((0.499975 -0.499975 0) (0.499975 -0.519974 0 ))))) (Segment "" ( (Polyline ((0.19999 -0.499975 0) (0.19999 -0.519974 0)) ))) (Segment "" ( (Polyline ((0 -0.499975 0) (0 -0.519974 0))))) (Segment "" ( (Polyline ((-0.299985 -0.499975 0) (-0.299985 -0.519974 0))))) (Segment "" ( (Polyline ((-0.59997 -0.499975 0) (-0.59997 -0.519974 0 ))))))))) (Segment "set3" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.02722 sru") (Segment "" ( (Text -0.749962 0.400282 0 "140"))) (Segment "" ( (Text -0.749962 0.17541 0 "120"))) (Segment "" ( (Text -0.749962 -0.0494625 0 "100"))) (Segment "" ( (Text -0.749962 -0.274335 0 "80"))) (Segment "" ( (Text -0.749962 -0.499207 0 "60"))) (Segment "major" ( (Segment "" ( (Polyline ((-0.699965 0.400282 0) (-0.719964 0.400282 0 ))))) (Segment "" ( (Polyline ((-0.699965 0.17541 0) (-0.719964 0.17541 0)) ))) (Segment "" ( (Polyline ((-0.699965 -0.0494625 0) (-0.719964 -0.0494625 0))))) (Segment "" ( (Polyline ((-0.699965 -0.274335 0) (-0.719964 -0.274335 0))))) (Segment "" ( (Polyline ((-0.699965 -0.499207 0) (-0.719964 -0.499207 0))))))))))))) (Segment "grid" ()) (Segment "reference" ( (Front ((Segment "set1" ( (Color_By_Index "Text" 1) (Color_By_Index "Face Contrast,Line,Edge" 2) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((-0.699965 9.56643e-3 0) (0.899955 9.56643e-3 0))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((0.899955 -0.499975 0) (0.899955 0.499975 0))) )) (Segment "" ( (Polyline ((0.099995 -0.499975 0) (0.099995 0.499975 0))) )) (Segment "" ( (Polyline ((-0.699965 -0.499975 0) (-0.699965 0.499975 0) )))))))))) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Segment "" ( (Polyline ((-0.699965 -0.499975 0) (0.899955 -0.499975 0) )))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v>") (Text_Path 0 1 0) (User_Options "angle=90,polygon=3,linect=1,charct=4") (Polygon ((-0.90126 -0.0586091 0) (-0.90126 0.0468823 0) (-0.828508 0.0468823 0) (-0.828508 -0.0586091 0))) (Renumber (Text -0.846696 -0.0586091 0 "Life") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Life") 1 "L"))))) (Segment "" ( (Polyline ((-0.699965 -0.499975 0) (-0.699965 0.499975 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.7 0.9 -0.5 0.5) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker 0.874956 -0.904717 0))) (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker 0.499975 0.0528637 0))) (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker 0.124994 0.909252 0))) (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker -0.124994 0.465129 0))) (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker -0.499975 0.0697291 0))) (Segment "" ( (Marker_Size 0.295312) (Marker_Symbol "@") (Marker -0.874956 -0.47746 0))))))) (Segment "connect1" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Front ((Segment "group1" ( (Edge_Pattern "---") (Line_Pattern "---") (Segment "" ( (Polyline ((-0.874956 -0.47746 0) (-0.499975 0.0697291 0) (-0.124994 0.465129 0))))))) (Segment "group2" ( (Edge_Pattern "---") (Line_Pattern "---") (Segment "" ( (Polyline ((0.124994 0.909252 0) (0.499975 0.0528637 0) ( 0.874956 -0.904717 0))))))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1") (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.05104 sru") (Segment "" ( (Text 0 0.979951 0 "Main Effect Plot for the Battery Life Study"))))) ))))))
��������Interaction Plot for Life�������������������������������������������������������������������������������������������������������������������pU������åT��Interaction Plot for Life�������������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areano double-buffering ;; no double bufferingno fixed colors,no force black-and-whiteno force black an ;; d whiteno gamma correctionno landscape orientation,no text preference,no col ;; or consolidation,no locater transform,no pen speed,no special events,no subs ;; creen creatingno subscreen movingno subscreen resizingsubscreen stretchingno ;; title,no output format,no update interrupts,use window id=3124,no write mas ;; k,no hardcopy resolution") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=0,statguideid=18102,toplayer=0,angle=0,arrowdir=0 ,arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,use bitmap=0,canbrush=0,brushrows=0,light scaling=0.00000,sessionline=221") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.949952 -0.949952 0) (0.79996 -0.949952 0) (0.79996 0.749962 0) (-0.949952 0.749962 0) (-0.949952 -0.949952 0))))) )) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1"))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "v<") (Text_Font "name=arial-gdi-vector,size=0.02467 sru") (Text_Path 0.70711 0.70711 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.608758 0.810822 0) (0.642928 0.860892 0) (0.680653 0.805612 0) (0.646483 0.755542 0))) (Renumber (Text 0.637052 0.769362 0 "125") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "125") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.608758 0.810822 0) (0.642928 0.860892 0) (0.680653 0.805612 0) (0.646483 0.755542 0))) (Renumber (Text 0.637052 0.769362 0 "125") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "125") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.336969 0.816603 0) (0.36556 0.858498 0) (0.403285 0.803218 0) (0.374694 0.761323 0))) (Renumber (Text 0.365263 0.775143 0 " 70") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 70") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.336969 0.816603 0) (0.36556 0.858498 0) (0.403285 0.803218 0) (0.374694 0.761323 0))) (Renumber (Text 0.365263 0.775143 0 " 70") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 70") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.0635448 0.816603 0) (0.092136 0.858498 0) (0.129861 0.803218 0) (0.10127 0.761323 0))) (Renumber (Text 0.0918388 0.775143 0 " 15") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 15") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=3") (Polygon ((0.0635448 0.816603 0) (0.092136 0.858498 0) (0.129861 0.803218 0) (0.10127 0.761323 0))) (Renumber (Text 0.0918388 0.775143 0 " 15") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 " 15") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.266197 0.810817 0) (-0.254342 0.828188 0) ( -0.216616 0.772908 0) (-0.228471 0.755537 0))) (Renumber (Text -0.237903 0.769357 0 "3") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "3") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.266197 0.810817 0) (-0.254342 0.828188 0) ( -0.216616 0.772908 0) (-0.228471 0.755537 0))) (Renumber (Text -0.237903 0.769357 0 "3") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "3") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.53962 0.810817 0) (-0.527766 0.828188 0) (-0.49004 0.772908 0) (-0.501895 0.755537 0))) (Renumber (Text -0.511326 0.769357 0 "2") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "2") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.53962 0.810817 0) (-0.527766 0.828188 0) (-0.49004 0.772908 0) (-0.501895 0.755537 0))) (Renumber (Text -0.511326 0.769357 0 "2") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "2") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.813044 0.810817 0) (-0.801189 0.828188 0) ( -0.763464 0.772908 0) (-0.775319 0.755537 0))) (Renumber (Text -0.78475 0.769357 0 "1") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "1") 1 "L"))))) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 0.70711 0.70711 0) (User_Options "angle=45,polygon=3,linect=1,charct=1") (Polygon ((-0.813044 0.810817 0) (-0.801189 0.828188 0) ( -0.763464 0.772908 0) (-0.775319 0.755537 0))) (Renumber (Text -0.78475 0.769357 0 "1") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "1") 1 "L"))))) (Segment "major" ()))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*<") (Text_Font "name=arial-gdi-vector,size=0.02467 sru") (Segment "" ( (Text 0.819959 0.640801 0 "150"))) (Segment "" ( (Text 0.819959 0.307485 0 "100"))) (Segment "" ( (Text 0.819959 -0.025832 0 " 50"))) (Segment "" ( (Text 0.819959 -0.209156 0 "150"))) (Segment "" ( (Text 0.819959 -0.542473 0 "100"))) (Segment "" ( (Text 0.819959 -0.875789 0 " 50"))) (Segment "major" ( (Segment "" ( (Polyline ((0.78996 0.640801 0) (0.809959 0.640801 0))) )) (Segment "" ( (Polyline ((0.78996 0.307485 0) (0.809959 0.307485 0))) )) (Segment "" ( (Polyline ((0.78996 -0.025832 0) (0.809959 -0.025832 0) )))) (Segment "" ( (Polyline ((0.78996 -0.209156 0) (0.809959 -0.209156 0) )))) (Segment "" ( (Polyline ((0.78996 -0.542473 0) (0.809959 -0.542473 0) )))) (Segment "" ( (Polyline ((0.78996 -0.875789 0) (0.809959 -0.875789 0) )))))))) (Segment "set3" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Segment "major" ()))) (Segment "set4" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Segment "major" ()))))))) (Segment "grid" ()) (Segment "reference" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((0.79996 -0.949952 0) (0.79996 0.749962 0))))) (Segment "" ( (Polyline ((-0.0749962 -0.949952 0) (-0.0749962 0.749962 0))))) (Segment "" ( (Polyline ((-0.949952 -0.949952 0) (-0.949952 0.749962 0) )))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((-0.949952 -0.949952 0) (0.79996 -0.949952 0)) ))) (Segment "" ( (Polyline ((-0.949952 -0.099995 0) (0.79996 -0.099995 0)) ))) (Segment "" ( (Polyline ((-0.949952 0.749962 0) (0.79996 0.749962 0)))) ))))))) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Segment "" ( (Polyline ((-0.949952 -0.949952 0) (0.79996 -0.949952 0)) ))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Polyline ((-0.949952 -0.949952 0) (-0.949952 0.749962 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.95 0.8 -0.95 0.75) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (Front ((Segment "group1" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Segment "" ( (Marker 0.812459 0.146071 0))) (Segment "" ( (Marker 0.499975 0.14411 0))) (Segment "" ( (Marker 0.187491 0.751923 0))))) (Segment "group2" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Segment "" ( (Marker 0.812459 0.0833292 0))) (Segment "" ( (Marker 0.499975 0.614675 0))) (Segment "" ( (Marker 0.187491 0.916621 0))))) (Segment "group3" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Segment "" ( (Marker 0.812459 0.365668 0))) (Segment "" ( (Marker 0.499975 0.838193 0))) (Segment "" ( (Marker 0.187491 0.824469 0))))) (Segment "group4" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Segment "" ( (Marker -0.187491 -0.175481 0))) (Segment "" ( (Marker -0.499975 -0.0833292 0))) (Segment "" ( (Marker -0.812459 -0.248027 0))))) (Segment "group5" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Segment "" ( (Marker -0.187491 -0.161757 0))) (Segment "" ( (Marker -0.499975 -0.385275 0))) (Segment "" ( (Marker -0.812459 -0.85584 0))))) (Segment "group6" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Segment "" ( (Marker -0.187491 -0.634282 0))) (Segment "" ( (Marker -0.499975 -0.916621 0))) (Segment "" ( (Marker -0.812459 -0.853879 0))))))))))) (Segment "connect1" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Front ((Segment "group1" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Line_Pattern "---") (Segment "" ( (Polyline ((0.187491 0.751923 0) (0.499975 0.14411 0) (0.812459 0.146071 0))))))) (Segment "group2" ( (Color_By_Index "Face Contrast,Line,Edge" 2) (Edge_Pattern "- -") (Line_Pattern "- -") (Segment "" ( (Polyline ((0.187491 0.916621 0) (0.499975 0.614675 0) (0.812459 0.0833292 0))))))) (Segment "group3" ( (Color_By_Index "Face Contrast,Line,Edge" 4) (Edge_Pattern "...") (Line_Pattern "...") (Segment "" ( (Polyline ((0.187491 0.824469 0) (0.499975 0.838193 0) (0.812459 0.365668 0))))))) (Segment "group4" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Line_Pattern "---") (Segment "" ( (Polyline ((-0.812459 -0.248027 0) (-0.499975 -0.0833292 0) (-0.187491 -0.175481 0))))))) (Segment "group5" ( (Color_By_Index "Face Contrast,Line,Edge" 2) (Edge_Pattern "- -") (Line_Pattern "- -") (Segment "" ( (Polyline ((-0.812459 -0.85584 0) (-0.499975 -0.385275 0) (-0.187491 -0.161757 0))))))) (Segment "group6" ( (Color_By_Index "Face Contrast,Line,Edge" 4) (Edge_Pattern "...") (Line_Pattern "...") (Segment "" ( (Polyline ((-0.812459 -0.853879 0) (-0.499975 -0.916621 0 ) (-0.187491 -0.634282 0))))))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "text1" ( (Color_By_Index "Text" 4) (Text_Alignment "**") (Text_Font "name=arial-gdi-vector,size=0.03947 sru") (Segment "" ( (Text -0.512474 0.579971 0 "Matype"))))) (Segment "text2" ( (Color_By_Index "Text" 4) (Text_Alignment "**") (Text_Font "name=arial-gdi-vector,size=0.03947 sru") (Segment "" ( (Text 0.362482 -0.269987 0 "Temp"))))))))))))) (Segment "figure2" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.949952 -0.949952 0) (0.79996 -0.949952 0) (0.79996 0.749962 0) (-0.949952 0.749962 0) (-0.949952 -0.949952 0))))) )) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1"))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ()) (Segment "grid" ()) (Segment "reference" ()) (Segment "axis" ()))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.95 0.8 -0.95 0.75) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Marker 0.187491 -0.333317 0))) (Segment "" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Marker 0.187491 -0.624969 0))) (Segment "" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Marker 0.187491 -0.916621 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Marker -0.812459 0.666633 0))) (Segment "" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Marker -0.812459 0.374981 0))) (Segment "" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Marker -0.812459 0.0833292 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Marker 0.187491 -0.333317 0))) (Segment "" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Marker 0.187491 -0.624969 0))) (Segment "" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Marker 0.187491 -0.916621 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "<*>") (Marker -0.812459 0.666633 0))) (Segment "" ( (Color_By_Index "Marker" 2) (Marker_Size 0.295312) (Marker_Symbol "[*]") (Marker -0.812459 0.374981 0))) (Segment "" ( (Color_By_Index "Marker" 1) (Marker_Size 0.295312) (Marker_Symbol "@") (Marker -0.812459 0.0833292 0))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "symbol1" ( (Text_Alignment "*<") (Text_Font "size=0.02467 sru") (User_Options "isdata=0") (Segment "" ( (Text 0.109057 -0.383314 0 "125"))) (Segment "" ( (Text 0.109057 -0.631218 0 " 70"))) (Segment "" ( (Text 0.109057 -0.879123 0 " 15"))) (Segment "" ( (Text -0.765899 0.466643 0 "3"))) (Segment "" ( (Text -0.765899 0.218739 0 "2"))) (Segment "" ( (Text -0.765899 -0.0291652 0 "1"))) (Segment "" ( (Text 0.109057 -0.383314 0 "125"))) (Segment "" ( (Text 0.109057 -0.631218 0 " 70"))) (Segment "" ( (Text 0.109057 -0.879123 0 " 15"))) (Segment "" ( (Text -0.765899 0.466643 0 "3"))) (Segment "" ( (Text -0.765899 0.218739 0 "2"))) (Segment "" ( (Text -0.765899 -0.0291652 0 "1"))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1") (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Segment "" ( (Text 0 0.979951 0 "Interaction Plot between Material Type and Temper ature"))))))))))) ���
0
5
0
1
0
0
-
3
-
2
-
1
0
1
2
T
e
m
p
S
t
a
n
d
a
r
d
i
z
e
d
R
e
s
i
d
u
a
l
R
e
s
i
d
u
a
l
s
V
e
r
s
u
s
T
e
m
p
(
r
e
s
p
o
n
s
e
i
s
L
i
f
e
)
1
2
3
-
3
-
2
-
1
0
1
2
M
a
t
y
p
e
S
t
a
n
d
a
r
d
i
z
e
d
R
e
s
i
d
u
a
l
R
e
s
i
d
u
a
l
s
V
e
r
s
u
s
M
a
t
e
r
i
a
l
T
y
p
e
(
r
e
s
p
o
n
s
e
i
s
L
i
f
e
)
5
0
1
0
0
1
5
0
-
3
-
2
-
1
0
1
2
F
i
t
t
e
d
V
a
l
u
e
S
t
a
n
d
a
r
d
i
z
e
d
R
e
s
i
d
u
a
l
R
e
s
i
d
u
a
l
s
V
e
r
s
u
s
t
h
e
F
i
t
t
e
d
V
a
l
u
e
s
(
r
e
s
p
o
n
s
e
i
s
L
i
f
e
)
A
v
e
r
a
g
e
:
-
0
.
0
1
0
7
5
9
3
S
t
D
e
v
:
1
.
0
6
1
6
0
N
:
3
6
A
n
d
e
r
s
o
n
-
D
a
r
l
i
n
g
N
o
r
m
a
l
i
t
y
T
e
s
t
A
-
S
q
u
a
r
e
d
:
0
.
3
4
1
P
-
V
a
l
u
e
:
0
.
4
7
6
-
3
-
2
-
1
0
1
2
.
0
0
1
.
0
1
.
0
5
.
2
0
.
5
0
.
8
0
.
9
5
.
9
9
.
9
9
9
P
r
o
b
a
b
i
l
i
t
y
T
R
E
S
1
N
o
r
m
a
l
P
r
o
b
a
b
i
l
i
t
y
P
l
o
t
��������Residuals from Life vs Temp�����������������������������������������������������������������������������������������������������������������ô5������i5��Residuals from Life vs Temp�����������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areano double-buffering ;; no double bufferingno first color,no fixed colors,no force black-and-whiteno ;; force black and whiteno gamma correctionno landscape orientation,no text pr ;; eference,no color consolidation,no locater transform,no pen speed,no special ;; events,no subscreen creatingno subscreen movingno subscreen resizingsubscre ;; en stretchingno title,no output format,no update interrupts,use window id=20 ;; 88,no write mask,no hardcopy resolution") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=1,statguideid=3255,toplayer=0,angle=0,arrowdir=0, arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,useb itmap=0,canbrush=0,brushrows=36,light scaling=0.00000,sessionline=233") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.679966 -0.59997 0) (0.79996 -0.59997 0) (0.79996 0.59997 0) (-0.679966 0.59997 0) (-0.679966 -0.59997 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1") (Front ((Segment "symbol1" ()))))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text 0.462346 -0.653967 0 "100"))) (Segment "" ( (Text -0.0988103 -0.653967 0 "50"))) (Segment "" ( (Text -0.659967 -0.653967 0 "0"))) (Segment "major" ( (Segment "" ( (Polyline ((0.462346 -0.59997 0) (0.462346 -0.639968 0) )))) (Segment "" ( (Polyline ((-0.0988103 -0.59997 0) (-0.0988103 -0.639968 0))))) (Segment "" ( (Polyline ((-0.659967 -0.59997 0) (-0.659967 -0.639968 0))))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text -0.719964 0.542478 0 "2"))) (Segment "" ( (Text -0.719964 0.317988 0 "1"))) (Segment "" ( (Text -0.719964 0.0934984 0 "0"))) (Segment "" ( (Text -0.719964 -0.130991 0 "-1"))) (Segment "" ( (Text -0.719964 -0.355481 0 "-2"))) (Segment "" ( (Text -0.719964 -0.579971 0 "-3"))) (Segment "major" ( (Segment "" ( (Polyline ((-0.679966 0.542478 0) (-0.709964 0.542478 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.317988 0) (-0.709964 0.317988 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (-0.709964 0.0934984 0))))) (Segment "" ( (Polyline ((-0.679966 -0.130991 0) (-0.709964 -0.130991 0))))) (Segment "" ( (Polyline ((-0.679966 -0.355481 0) (-0.709964 -0.355481 0))))) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.709964 -0.579971 0))))))))))))) (Segment "grid" ()) (Segment "reference" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (0.79996 0.0934984 0)) ))))))))) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Segment "" ( (Text 0.059997 -0.752809 0 "Temp"))) (Segment "" ( (Polyline ((-0.659967 -0.59997 0) (0.779961 -0.59997 0))) )))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v>") (Text_Path 0 1 0) (User_Options "angle=90,polygon=3,linect=1,charct=21") (Polygon ((-0.872799 -0.368379 0) (-0.872799 0.35561 0) ( -0.79358 0.35561 0) (-0.79358 -0.368379 0))) (Renumber (Text -0.813385 -0.368379 0 "Standardized Resid ual") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Standardized Residual") 1 "L"))) )) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.679966 0.579971 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.66 0.78 -0.58 0.58) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (User_Options "canbrush=1,brushsetup=0,grouping=0") (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 36) (Marker 0.948511 0.481601 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 35) (Marker 0.948511 0.343051 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 34) (Marker 0.948511 0.100589 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 33) (Marker 0.948511 -0.280423 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 32) (Marker 0.948511 0.516238 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 31) (Marker 0.948511 0.308413 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 30) (Marker 0.948511 0.0832698 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 29) (Marker 0.948511 -0.263105 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 28) (Marker 0.948511 0.585513 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 27) (Marker 0.948511 0.377688 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 26) (Marker 0.948511 0.169863 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 25) (Marker 0.948511 -0.488248 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 24) (Marker 0.091188 0.650458 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 23) (Marker 0.091188 0.234809 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 22) (Marker 0.091188 0.0443027 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 21) (Marker 0.091188 -0.284753 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 20) (Marker 0.091188 0.312743 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 19) (Marker 0.091188 0.243468 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 18) (Marker 0.091188 0.122237 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 17) (Marker 0.091188 -0.0336316 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 16) (Marker 0.091188 0.555205 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 15) (Marker 0.091188 0.468611 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 14) (Marker 0.091188 -0.137544 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 13) (Marker 0.091188 -0.241456 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 12) (Marker -0.766135 0.576853 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 11) (Marker -0.766135 0.438304 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 10) (Marker -0.766135 0.0572917 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 9) (Marker -0.766135 -0.427633 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 8) (Marker -0.766135 0.719733 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 7) (Marker -0.766135 0.21749 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 6) (Marker -0.766135 0.0616214 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 5) (Marker -0.766135 -0.354028 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 4) (Marker -0.766135 0.944876 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 3) (Marker -0.766135 0.511908 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 2) (Marker -0.766135 0.0789401 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 1) (Marker -0.766135 -0.890908 0))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.04424 sru") (Segment "" ( (Text 0 0.900569 0 "Residuals Versus Temp"))))) (Segment "text2" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03063 sru") (Segment "" ( (Text 0 0.772194 0 "(response is Life)"))))))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1"))))) ���
��������Residuals from Life vs Matype���������������������������������������������������������������������������������������������������������������t6������ì5��Residuals from Life vs Matype���������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areadisable input,no do ;; uble-bufferingno double bufferingno force black-and-whiteno force black and ;; whiteno gamma correctionlight scaling=0,no subscreen creatingno subscreen mo ;; vingno subscreen resizingsubscreen stretchin") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=1,statguideid=3255,toplayer=0,angle=0,arrowdir=0, arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,useb itmap=0,canbrush=0,brushrows=36,light scaling=0.00000,sessionline=230") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.679966 -0.59997 0) (0.79996 -0.59997 0) (0.79996 0.59997 0) (-0.679966 0.59997 0) (-0.679966 -0.59997 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1") (Front ((Segment "symbol1" ()))))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text 0.739208 -0.653967 0 "3"))) (Segment "" ( (Text 0.059997 -0.653967 0 "2"))) (Segment "" ( (Text -0.619214 -0.653967 0 "1"))) (Segment "major" ( (Segment "" ( (Polyline ((0.739208 -0.59997 0) (0.739208 -0.639968 0) )))) (Segment "" ( (Polyline ((0.059997 -0.59997 0) (0.059997 -0.639968 0) )))) (Segment "" ( (Polyline ((-0.619214 -0.59997 0) (-0.619214 -0.639968 0))))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text -0.719964 0.542478 0 "2"))) (Segment "" ( (Text -0.719964 0.317988 0 "1"))) (Segment "" ( (Text -0.719964 0.0934984 0 "0"))) (Segment "" ( (Text -0.719964 -0.130991 0 "-1"))) (Segment "" ( (Text -0.719964 -0.355481 0 "-2"))) (Segment "" ( (Text -0.719964 -0.579971 0 "-3"))) (Segment "major" ( (Segment "" ( (Polyline ((-0.679966 0.542478 0) (-0.709964 0.542478 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.317988 0) (-0.709964 0.317988 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (-0.709964 0.0934984 0))))) (Segment "" ( (Polyline ((-0.679966 -0.130991 0) (-0.709964 -0.130991 0))))) (Segment "" ( (Polyline ((-0.679966 -0.355481 0) (-0.709964 -0.355481 0))))) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.709964 -0.579971 0))))))))))))) (Segment "grid" ()) (Segment "reference" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (0.79996 0.0934984 0)) ))))))))) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Segment "" ( (Text 0.059997 -0.752809 0 "Matype"))) (Segment "" ( (Polyline ((-0.659967 -0.59997 0) (0.779961 -0.59997 0))) )))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v>") (Text_Path 0 1 0) (User_Options "angle=90,polygon=3,linect=1,charct=21") (Polygon ((-0.872799 -0.368379 0) (-0.872799 0.35561 0) ( -0.79358 0.35561 0) (-0.79358 -0.368379 0))) (Renumber (Text -0.813385 -0.368379 0 "Standardized Resid ual") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Standardized Residual") 1 "L"))) )) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.679966 0.579971 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.66 0.78 -0.58 0.58) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (User_Options "canbrush=1,brushsetup=0,grouping=0") (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 36) (Marker 0.943349 0.481601 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 35) (Marker 0.943349 0.343051 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 34) (Marker 0.943349 0.100589 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 33) (Marker 0.943349 -0.280423 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 32) (Marker 0 0.516238 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 31) (Marker 0 0.308413 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 30) (Marker 0 0.0832698 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 29) (Marker 0 -0.263105 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 28) (Marker -0.943349 0.585513 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 27) (Marker -0.943349 0.377688 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 26) (Marker -0.943349 0.169863 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 25) (Marker -0.943349 -0.488248 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 24) (Marker 0.943349 0.650458 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 23) (Marker 0.943349 0.234809 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 22) (Marker 0.943349 0.0443027 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 21) (Marker 0.943349 -0.284753 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 20) (Marker 0 0.312743 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 19) (Marker 0 0.243468 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 18) (Marker 0 0.122237 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 17) (Marker 0 -0.0336316 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 16) (Marker -0.943349 0.555205 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 15) (Marker -0.943349 0.468611 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 14) (Marker -0.943349 -0.137544 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 13) (Marker -0.943349 -0.241456 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 12) (Marker 0.943349 0.576853 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 11) (Marker 0.943349 0.438304 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 10) (Marker 0.943349 0.0572917 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 9) (Marker 0.943349 -0.427633 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 8) (Marker 0 0.719733 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 7) (Marker 0 0.21749 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 6) (Marker 0 0.0616214 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 5) (Marker 0 -0.354028 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 4) (Marker -0.943349 0.944876 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 3) (Marker -0.943349 0.511908 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 2) (Marker -0.943349 0.0789401 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 1) (Marker -0.943349 -0.890908 0))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.04424 sru") (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v<") (Text_Path 1 0 0) (User_Options "polygon=3,linect=1,charct=30") (Polygon ((-0.306213 0.913575 0) (0.625247 0.913575 0) (0.625247 0.805193 0) (-0.306213 0.805193 0))) (Renumber (Text -0.306213 0.823257 0 "Residuals Versus Material T ype") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Residuals Versus Material Type") 1 "L")) ))))) (Segment "text2" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03063 sru") (Segment "" ( (Text 0 0.772194 0 "(response is Life)"))))))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1")))))
��������Residuals vs Fits for Life�������������������������������������������������������������������������������������������������������������������6������}5��Residuals vs Fits for Life������������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areano double-buffering ;; no double bufferingno first color,no fixed colors,no force black-and-whiteno ;; force black and whiteno gamma correctionno landscape orientation,no text pr ;; eference,no color consolidation,no locater transform,no pen speed,no special ;; events,no subscreen creatingno subscreen movingno subscreen resizingsubscre ;; en stretchingno title,no output format,no update interrupts,use window id=31 ;; 84,no write mask,no hardcopy resolution") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=1,statguideid=3253,toplayer=0,angle=0,arrowdir=0, arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,useb itmap=0,canbrush=0,brushrows=36,light scaling=0.00000,sessionline=208") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.679966 -0.59997 0) (0.79996 -0.59997 0) (0.79996 0.59997 0) (-0.679966 0.59997 0) (-0.679966 -0.59997 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1") (Front ((Segment "symbol1" ()))))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text 0.665694 -0.653967 0 "150"))) (Segment "" ( (Text 0.026436 -0.653967 0 "100"))) (Segment "" ( (Text -0.612822 -0.653967 0 "50"))) (Segment "major" ( (Segment "" ( (Polyline ((0.665694 -0.59997 0) (0.665694 -0.639968 0) )))) (Segment "" ( (Polyline ((0.026436 -0.59997 0) (0.026436 -0.639968 0) )))) (Segment "" ( (Polyline ((-0.612822 -0.59997 0) (-0.612822 -0.639968 0))))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.02892 sru") (Segment "" ( (Text -0.719964 0.542478 0 "2"))) (Segment "" ( (Text -0.719964 0.317988 0 "1"))) (Segment "" ( (Text -0.719964 0.0934984 0 "0"))) (Segment "" ( (Text -0.719964 -0.130991 0 "-1"))) (Segment "" ( (Text -0.719964 -0.355481 0 "-2"))) (Segment "" ( (Text -0.719964 -0.579971 0 "-3"))) (Segment "major" ( (Segment "" ( (Polyline ((-0.679966 0.542478 0) (-0.709964 0.542478 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.317988 0) (-0.709964 0.317988 0 ))))) (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (-0.709964 0.0934984 0))))) (Segment "" ( (Polyline ((-0.679966 -0.130991 0) (-0.709964 -0.130991 0))))) (Segment "" ( (Polyline ((-0.679966 -0.355481 0) (-0.709964 -0.355481 0))))) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.709964 -0.579971 0))))))))))))) (Segment "grid" ()) (Segment "reference" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Polyline ((-0.679966 0.0934984 0) (0.79996 0.0934984 0)) ))))))))) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Segment "" ( (Text 0.059997 -0.752809 0 "Fitted Value"))) (Segment "" ( (Polyline ((-0.659967 -0.59997 0) (0.779961 -0.59997 0))) )))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.03743 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v>") (Text_Path 0 1 0) (User_Options "angle=90,polygon=3,linect=1,charct=21") (Polygon ((-0.872799 -0.368379 0) (-0.872799 0.35561 0) ( -0.79358 0.35561 0) (-0.79358 -0.368379 0))) (Renumber (Text -0.813385 -0.368379 0 "Standardized Resid ual") 1 "L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Standardized Residual") 1 "L"))) )) (Segment "" ( (Polyline ((-0.679966 -0.579971 0) (-0.679966 0.579971 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.66 0.78 -0.58 0.58) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (User_Options "canbrush=1,brushsetup=0,grouping=0") (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 36) (Marker -0.304091 0.481601 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 35) (Marker -0.304091 0.343051 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 34) (Marker -0.304091 0.100589 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 33) (Marker -0.304091 -0.280423 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 32) (Marker -0.943349 0.516238 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 31) (Marker -0.943349 0.308413 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 30) (Marker -0.943349 0.0832698 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 29) (Marker -0.943349 -0.263105 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 28) (Marker -0.801292 0.585513 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 27) (Marker -0.801292 0.377688 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 26) (Marker -0.801292 0.169863 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 25) (Marker -0.801292 -0.488248 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 24) (Marker 0.765777 0.650458 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 23) (Marker 0.765777 0.234809 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 22) (Marker 0.765777 0.0443027 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 21) (Marker 0.765777 -0.284753 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 20) (Marker 0.259698 0.312743 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 19) (Marker 0.259698 0.243468 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 18) (Marker 0.259698 0.122237 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 17) (Marker 0.259698 -0.0336316 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 16) (Marker -0.805731 0.555205 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 15) (Marker -0.805731 0.468611 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 14) (Marker -0.805731 -0.137544 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 13) (Marker -0.805731 -0.241456 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 12) (Marker 0.734702 0.576853 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 11) (Marker 0.734702 0.438304 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 10) (Marker 0.734702 0.0572917 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 9) (Marker 0.734702 -0.427633 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 8) (Marker 0.943349 0.719733 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 7) (Marker 0.943349 0.21749 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 6) (Marker 0.943349 0.0616214 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 5) (Marker 0.943349 -0.354028 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 4) (Marker 0.570449 0.944876 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 3) (Marker 0.570449 0.511908 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 2) (Marker 0.570449 0.0789401 0))) (Segment "" ( (Color_By_Index "Marker" 4) (Marker_Size 0.295312) (Marker_Symbol "@") (User_Value 1) (Marker 0.570449 -0.890908 0))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.04424 sru") (Segment "" ( (Text 0 0.900569 0 "Residuals Versus the Fitted Values"))))) (Segment "text2" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03063 sru") (Segment "" ( (Text 0 0.772194 0 "(response is Life)"))))))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1"))))) ���
��������Normal Prob Plot: TRES1���������������������������������������������������������������������������������������������������������������������4H������«G��Normal Prob Plot: TRES1���������������������������������������������������������������������������������������������������������;; HMF V1.24 TEXT ;; (Microsoft Win32 Intel 386) HOOPS 5.00-17 I.M. 3.00-17 (Selectability "windows=off,geometry=on") (Visibility "on") (Color_By_Index "Geometry,Face Contrast" 1) (Color_By_Index "Window" 0) (Window_Frame "off") (Window -1 1 -1 1) (Camera (0 0 -5) (0 0 0) (0 1 0) 2 2 "Stretched") ;; (Driver_Options "no backing storeno borderno control areano double-buffering ;; no double bufferingno force black-and-whiteno force black and whiteno gamma ;; correctionlight scaling=0,no subscreen creatingno subscreen movingno subscre ;; en resizingsubscreen stretchin") (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Heuristics "no related selection limit") (Line_Pattern "---") (Line_Weight 1) (Marker_Size 0.421875) (Marker_Symbol ".") (Text_Font "name=arial-gdi-vector,no transforms,rotation=follow path") (User_Options "mtb aspect ratio=0.682975,graphicsversion=6,worksheettitle=\"Wor ksheet 1\",optiplot=0,builtin=0,statguideid=1451,toplayer=0,angle=0,arrowdir=0, arrowstyle=0,polygon=0,isdata=0,textfollowpath=1,ldfill=0,solidfill=0,3d=0,useb itmap=0,canbrush=0,brushrows=36,light scaling=0.00000,sessionline=227") (Segment "include" ()) (Front ((Segment "figure1" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.949952 -0.959952 0) (0.449977 -0.959952 0) (0.449977 -0.779961 0) (-0.949952 -0.779961 0) (-0.949952 -0.959952 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1") (Front ((Segment "symbol1" ()))))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ()) (Segment "grid" ()) (Segment "reference" ()) (Segment "axis" ()))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.93 0.43 -0.94 -0.8) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (Segment "" ()) (Segment "" ()) (Segment "" ()) (Segment "" ()) (Segment "" ()) (Segment "" ()))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "symbol1" ( (Text_Alignment "*<") (Text_Font "size=0.02722 sru") (User_Options "isdata=0") (Segment "" ( (Text 0.373323 -0.910992 0 "P-Value: 0.476"))) (Segment "" ( (Text 0.373323 -0.844958 0 "A-Squared: 0.341"))) (Segment "" ( (Text 0.241125 -0.778923 0 "Anderson-Darling Normality Test"))) (Segment "" ( (Text -0.891994 -0.910992 0 "N: 36"))) (Segment "" ( (Text -0.891994 -0.844958 0 "StDev: 1.06160"))) (Segment "" ( (Text -0.891994 -0.778923 0 "Average: -0.0107593"))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1))))))) (Segment "figure2" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=0") (Front ((Segment "region" ( (Front ((Segment "figure box" ( (Visibility "polygons=off,lines=off") (Color_By_Index "Face" 0) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "solid") (Line_Pattern "---") (Line_Weight 1) (User_Options "solidfill=1") (Segment "" ( (Polygon ((-0.99995 -0.99995 0) (0.99995 -0.99995 0) (0.99995 0.99995 0) (-0.99995 0.99995 0) (-0.99995 -0.99995 0))))))) (Segment "data box" ( (Visibility "faces=off") (Color_By_Index "Face" 1) (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Face_Pattern "/") (Line_Pattern "---") (Line_Weight 1) (User_Options "ldfill=1,solidfill=1") (Segment "" ( (Polygon ((-0.59997 -0.499975 0) (0.699965 -0.499975 0) (0.699965 0.699965 0) (-0.59997 0.699965 0) (-0.59997 -0.499975 0))))))) (Segment "legend box" ()) (Segment "legend" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "viewinfigurecoord=1") (Front ((Segment "symbol1" ()))))))))) (Segment "object" ( (Front ((Segment "frame" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "tick" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Text 0.588806 -0.549972 0 "2"))) (Segment "" ( (Text 0.372665 -0.549972 0 "1"))) (Segment "" ( (Text 0.156525 -0.549972 0 "0"))) (Segment "" ( (Text -0.0596158 -0.549972 0 "-1"))) (Segment "" ( (Text -0.275756 -0.549972 0 "-2"))) (Segment "" ( (Text -0.491897 -0.549972 0 "-3"))) (Segment "major" ( (Segment "" ( (Polyline ((0.588806 -0.499975 0) (0.588806 -0.519974 0 ))))) (Segment "" ( (Polyline ((0.372665 -0.499975 0) (0.372665 -0.519974 0 ))))) (Segment "" ( (Polyline ((0.156525 -0.499975 0) (0.156525 -0.519974 0 ))))) (Segment "" ( (Polyline ((-0.0596158 -0.499975 0) (-0.0596158 -0.519974 0))))) (Segment "" ( (Polyline ((-0.275756 -0.499975 0) (-0.275756 -0.519974 0))))) (Segment "" ( (Polyline ((-0.491897 -0.499975 0) (-0.491897 -0.519974 0))))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.03403 sru") (Segment "" ( (Text -0.649967 0.575392 0 ".999"))) (Segment "" ( (Text -0.649967 0.457877 0 ".99"))) (Segment "" ( (Text -0.649967 0.353037 0 ".95"))) (Segment "" ( (Text -0.649967 0.229469 0 ".80"))) (Segment "" ( (Text -0.649967 0.099995 0 ".50"))) (Segment "" ( (Text -0.649967 -0.0294787 0 ".20"))) (Segment "" ( (Text -0.649967 -0.153047 0 ".05"))) (Segment "" ( (Text -0.649967 -0.257887 0 ".01"))) (Segment "" ( (Text -0.649967 -0.375402 0 ".001"))) (Segment "major" ( (Segment "" ( (Polyline ((-0.59997 0.575392 0) (-0.619969 0.575392 0) )))) (Segment "" ( (Polyline ((-0.59997 0.457877 0) (-0.619969 0.457877 0) )))) (Segment "" ( (Polyline ((-0.59997 0.353037 0) (-0.619969 0.353037 0) )))) (Segment "" ( (Polyline ((-0.59997 0.229469 0) (-0.619969 0.229469 0) )))) (Segment "" ( (Polyline ((-0.59997 0.099995 0) (-0.619969 0.099995 0) )))) (Segment "" ( (Polyline ((-0.59997 -0.0294787 0) (-0.619969 -0.0294787 0))))) (Segment "" ( (Polyline ((-0.59997 -0.153047 0) (-0.619969 -0.153047 0))))) (Segment "" ( (Polyline ((-0.59997 -0.257887 0) (-0.619969 -0.257887 0))))) (Segment "" ( (Polyline ((-0.59997 -0.375402 0) (-0.619969 -0.375402 0))))))))))))) (Segment "grid" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Segment "major" ( (Color_By_Index "Face Contrast,Line,Edge" 14) (Edge_Pattern "...") (Line_Pattern "...") (Segment "" ( (Polyline ((0.588806 -0.499975 0) (0.588806 0.699965 0) )))) (Segment "" ( (Polyline ((0.372665 -0.499975 0) (0.372665 0.699965 0) )))) (Segment "" ( (Polyline ((0.156525 -0.499975 0) (0.156525 0.699965 0) )))) (Segment "" ( (Polyline ((-0.0596158 -0.499975 0) (-0.0596158 0.699965 0))))) (Segment "" ( (Polyline ((-0.275756 -0.499975 0) (-0.275756 0.699965 0))))) (Segment "" ( (Polyline ((-0.491897 -0.499975 0) (-0.491897 0.699965 0))))))))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Edge" 1) (Edge_Pattern "...") (Edge_Weight 1) (Line_Pattern "...") (Line_Weight 1) (Segment "major" ( (Color_By_Index "Face Contrast,Line,Edge" 14) (Edge_Pattern "...") (Line_Pattern "...") (Segment "" ( (Polyline ((-0.59997 0.575392 0) (0.699965 0.575392 0)) ))) (Segment "" ( (Polyline ((-0.59997 0.457877 0) (0.699965 0.457877 0)) ))) (Segment "" ( (Polyline ((-0.59997 0.353037 0) (0.699965 0.353037 0)) ))) (Segment "" ( (Polyline ((-0.59997 0.229469 0) (0.699965 0.229469 0)) ))) (Segment "" ( (Polyline ((-0.59997 0.099995 0) (0.699965 0.099995 0)) ))) (Segment "" ( (Polyline ((-0.59997 -0.0294787 0) (0.699965 -0.0294787 0))))) (Segment "" ( (Polyline ((-0.59997 -0.153047 0) (0.699965 -0.153047 0 ))))) (Segment "" ( (Polyline ((-0.59997 -0.257887 0) (0.699965 -0.257887 0 ))))) (Segment "" ( (Polyline ((-0.59997 -0.375402 0) (0.699965 -0.375402 0 ))))))))))))) (Segment "reference" ()) (Segment "axis" ( (Front ((Segment "set1" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "*>") (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Text_Path 6.12303e-17 1 0) (Segment "" ( (Selectability "polygons=on!,text=off") (Visibility "polygons=off") (Text_Alignment "v>") (Text_Path 0 1 0) (User_Options "angle=90,polygon=3,linect=1,charct=11") (Polygon ((-0.840905 -0.0989059 0) (-0.840905 0.284042 0) (-0.748753 0.284042 0) (-0.748753 -0.0989059 0))) (Renumber (Text -0.771791 -0.0989059 0 "Probability") 1 " L") (Segment "raw" ( (Visibility "off") (Renumber (Text 0 0 0 "Probability") 1 "L"))))) (Segment "" ( (Polyline ((-0.59997 -0.479976 0) (-0.59997 0.679966 0))) )))) (Segment "set2" ( (Color_By_Index "Face Contrast,Line,Text,Edge" 1) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.04253 sru") (Segment "" ( (Text 0.0499975 -0.649967 0 "TRES1"))) (Segment "" ( (Polyline ((-0.579971 -0.499975 0) (0.679966 -0.499975 0) )))))))))))))) (Segment "data" ( (Window_Pattern "clear") (Window -0.58 0.68 -0.48 0.68) (User_Options "isdata=1,viewinfigurecoord=1") (Front ((Segment "symbol1" ( (Segment "points" ( (Color_By_Index "Marker" 1) (Marker_Size 0.421875) (Marker_Symbol "@") (User_Options "canbrush=1,brushsetup=0,grouping=0") (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 36) (Marker 0.451385 0.189108 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 35) (Marker 0.327916 0.103438 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 34) (Marker 0.116342 -0.0460829 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 33) (Marker -0.224658 -0.269084 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 32) (Marker 0.482836 0.240015 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 31) (Marker 0.297482 0.0648327 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 30) (Marker 0.101251 -0.0648327 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 29) (Marker -0.208482 -0.240015 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 28) (Marker 0.546664 0.339917 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 27) (Marker 0.358495 0.123541 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 26) (Marker 0.176623 -9.17224e-3 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 25) (Marker -0.427797 -0.450168 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 24) (Marker 0.607837 0.386731 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 23) (Marker 0.233157 0.0275608 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 22) (Marker 0.067235 -0.14438 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 21) (Marker -0.228717 -0.301809 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 20) (Marker 0.301279 0.0839127 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 19) (Marker 0.240706 0.0460829 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 18) (Marker 0.13519 -0.0275608 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 17) (Marker -1.18288e-3 -0.166153 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 16) (Marker 0.518575 0.269084 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 15) (Marker 0.439661 0.166153 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 14) (Marker -0.0936828 -0.189108 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 13) (Marker -0.188391 -0.213577 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 12) (Marker 0.538611 0.301809 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 11) (Marker 0.41244 0.14438 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 10) (Marker 0.0785845 -0.123541 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 9) (Marker -0.366567 -0.386731 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 8) (Marker 0.674806 0.450168 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 7) (Marker 0.218069 9.17224e-3 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 6) (Marker 0.0823651 -0.103438 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 5) (Marker -0.294543 -0.339917 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 4) (Marker 0.909252 0.560816 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 3) (Marker 0.478889 0.213577 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 2) (Marker 0.0974758 -0.0839127 0))) (Segment "" ( (Marker_Size 0.274219) (Marker_Symbol "@") (User_Value 1) (Marker -0.904717 -0.560816 0))))))))))))))) (Segment "labels" ( (Window_Pattern "clear") (Window -1 1 -1 1))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (Front ((Segment "line1" ( (Color_By_Index "Face Contrast,Line,Edge" 2) (Edge_Pattern "---") (Edge_Weight 1) (Line_Pattern "---") (Line_Weight 1) (Segment "" ( (Polyline ((-0.519974 -0.333308 0) (0.111407 0.0724918 0) (0.351697 0.22693 0) (0.622826 0.40119 0) (-0.135565 -0.0862414 0) (0.101887 0.0663733 0) (0.187381 0.121321 0) (0.475125 0.30626 0) (-0.18094 -0.115405 0) (0.0995057 0.0648425 0) (0.309835 0.200025 0) (0.389322 0.251113 0) (-0.0686889 -0.0432591 0) (-9.02268e-3 -4.9106e-3 0) (0.326984 0.211047 0) (0.3767 0.243 0) (0.0492523 0.0325437 0) (0.135167 0.0877627 0) (0.201642 0.130488 0) (0.239803 0.155014 0) (-0.0940941 -0.0595875 0) (0.0923555 0.0602469 0) (0.196886 0.127431 0) (0.432935 0.279143 0) (-0.219514 -0.140197 0) (0.16127 0.10454 0) (0.275849 0.178181 0) (0.394396 0.254374 0 ) (-0.0813462 -0.0513942 0) (0.113786 0.0740204 0) (0.237411 0.153477 0) (0.354184 0.228529 0) (-0.091537 -0.057944 0) (0.123293 0.080131 0) (0.256585 0.1658 0) (0.33437 0.215794 0) )))))))))))))) (Segment "annotation" ( (Window_Pattern "clear") (Window -1 1 -1 1) (User_Options "toplayer=1") (Front ((Segment "text1" ( (Color_By_Index "Text" 1) (Text_Alignment "^*") (Text_Font "name=arial-gdi-vector,size=0.05104 sru") (Segment "" ( (Text 0 0.979951 0 "Normal Probability Plot"))))))))))) �