Why Do I Get Different Results of Variance Component analysis Between SAS and JMP ??
Why Do I Get Different Results between SAS and JMP for Variance Component analysis? Case 1 - Crossed then Crossed proc varcomp data = data method=TYPE1;
class Factor1 Factor2 Factor3;
model variable = Factor1 Factor2 Factor3;
run;
= JMP - Quality and Process - Variability / Attribute Gauge Chart - Model Type - Crossed (If "Main Effect" is selected, the result is the same with SAS.) Case 2 - Nested ...