Change .fecov to remove multiple unnecessary calls to summary.lm.
The function summary.lm is rather complex, and there is no need to call it when we just require the degrees of freedom. This change removes that call and saves some computational complexity.
Loading
Please sign in to comment