Skip to content
Prev 17335 / 20628 Next

Calculating F values for lme function

Jeff is correct, but maybe doesn't provide much context; the
documentation that he points doesn't contain details of the fitting
algorithm used in lme.  There is an entire book by Pinheiro and Bates
(Springer, 2000) that discusses the algorithms. The main thing to note,
though, is that lme uses a penalized least squares algorithm rather than
a moment-based/sum-of-squares decomposition, so technically there *are*
no "sums of squares" involved in the calculation.  For many problems
there are *equivalent* formulations in terms of sums of squares, and one
can often derive the SS involved, but lme doesn't actually use them.
On 2019-01-14 4:59 p.m., RICARDO ALVARADO BARRANTES wrote: