I did the following full factorial experiments to find the significance of variables and fit model. I analyzed the data using the standard least squares model and generalized linear model (normal distribution/ identity link function). The results of both analyses are attached. Why do they show completely different p-values while the model estimates are exactly the same? What can I say about the significance of the variables?
X1 X2 X3 Y1
++− 1 1 -1 67.5
−++ -1 1 1 0.5
+−− 1 -1 -1 8.9
−−+ -1 -1 1 0.4
+++ 1 1 1 56.9
−−− -1 -1 -1 8.7
+−+ 1 -1 1 6.6
−+− -1 1 -1 69.4
000 0 0 0 37.1
(all variables are continuous)
Generally, how can I find that which model (GLM or standard least squares) should be used for analysis when I have no idea about the response distribution?
----------------------
Y2
0.034
0.001
0.011
0
0.144
0.007
0.035
0.021
0.053
consider Y2 as another response of the designed experiments above. when you check the distribution of Y2 , you will find 0.144 as outlier. does it mean that least squares model can not be suitable as it is affected by outliers?