Hi
I was wondering about the rationale for the df values outputted by the glance() function for outputting an lm object. I understand that what is being outputted are the number of model coefficients being estimated (call this k), but why not k-1 since glance() is also outputting information relevant to the F-test?
Thanks
Andy