|
K CONSISTENCY STATISTICName:
with
sr = repeatability standard deviation
<SUBSET/EXCEPT/FOR qualification> where <y> is a response variable; <labid> is a lab-id variable; <k> is a variable where the k-consistency statistic values are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to compute the k-consistency statistic for a single material. The number of k-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; <k> is a variable where the k-consistency statistic values are saved; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax is used to compute the k-consistency statistic for multiple materials. The number of k-values is equal to the number of materials times the number of laboratories.
LET HVAL = K CONSISTENCY STATISTIC Y LAB MAT LET HVAL = K CONSISTENCY STATISTIC Y LAB MAT SUBSET MAT > 2
SKIP 25
READ GLUCOSE.DAT Y MATID LABID
.
LET KVAL = K CONSISTENCY STATISTIC Y LABID MATID
Date created: 4/19/2005 |