-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glance on an aov model reports the wrong df value #212
Comments
Same problem occurs with glance on an lm model, i.e., glance(lm.object). The df is computed incorrectly even though summary(lm.object) shows the correct df. |
|
In #624 I've moved to the numerator degrees of freedom for the F-statistic for |
Tentatively I've thrown an error. |
Addressed in 0.7.0. :-) |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Unless I'm misunderstanding something, glance should report the same df as in summary (e.g. 2 in this example) but it seems to always report df+1
This is with broom 0.4.2 (the current version with tidyverse if I'm not mistaken)
The text was updated successfully, but these errors were encountered: