|
H CONSISTENCY STATISTICName:
(between laboratory consistency statistic)
with
= standard deviations of cell averages
<SUBSET/EXCEPT/FOR qualification> where <y> is a response variable; <labid> is a lab-id variable; <h> is a variable where the h-consistency statistic values are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to compute the h-consistency statistic for a single material. The number of h-values is equal to the number of laboratories.
<SUBSET/EXCEPT/FOR qualification> where <y> is a response variable; <labid> is a lab-id variable; <matid> is a material-id variable; <h> is a variable where the h-consistency statistic values are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to compute the h-consistency statistic for multiple materials. The number of h-values is equal to the number of materials times the number of laboratories.
LET HVAL = H CONSISTENCY STATISTIC Y LAB MAT LET HVAL = H CONSISTENCY STATISTIC Y LAB MAT SUBSET MAT > 2
SKIP 25
READ GLUCOSE.DAT Y MATID LABID
.
LET HVAL = H CONSISTENCY STATISTIC Y LABID MATID
Date created: 4/19/2005 |