|
Interpreting the extra sum-of-squares F test |
|
|
The extra sum-of-squares F test is based on traditional statistical hypothesis testing. The null hypothesis is that the simpler model (the one with fewer parameters) is correct. The improvement of the more complicated model is quantified as the difference in sum-of-squares. You expect some improvement just by chance, and the amount you expect by chance is determined by the number of degrees of freedom in each model. The F test compares the difference in sum-of-squares with the difference you’d expect by chance. The result is expressed as the F ratio, from which a P value is calculated. The P value answers this question: If the null hypothesis is really correct, in what fraction of experiments (the size of yours) will the difference in sum-of-squares be as large as you observed, or even larger? If the P value is small, conclude that the simple model (the null hypothesis) is wrong, and accept the more complicated model. Usually the threshold P value is set at its traditional value of 0.05. If the P value is high, conclude that the data do not present a compelling reason to reject the simpler model. Prism names the null and alternative hypotheses, and reports the P value. You set the threshold P value in the Compare tab of the nonlinear regression dialog. If the P value is less than that threshold, Prism chooses (and plots) the alternative (more complicated) model. It also reports the value of F and the numbers of degrees of freedom, but these will be useful only if you want to compare Prism's results with those of another program or hand calculations. The F test is only valid if the two models being compared are nested. If you are comparing whether parameters are different between treatments or testing whether a parameter value is different than a hypothetical value, then the models are nested. if you are comparing the fits of two equations you chose, the models may or may not be nested. "Nested" means that one model is a simple case of the other. If the models are not nested, the F test is not valid. Prism does not test whether the models are nested or not.
|