Skip to content
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

Wrong glm anova #41

Open
PetrKryslUCSD opened this issue Aug 17, 2021 · 2 comments
Open

Wrong glm anova #41

PetrKryslUCSD opened this issue Aug 17, 2021 · 2 comments

Comments

@PetrKryslUCSD
Copy link

julia> println("Manual ANOVA: ", manualANOVA([data1, data2, data3]))
Manual ANOVA: (10.516968568709117, 0.00014236168817139249)

julia> println("GLM ANOVA: ", glmANOVA([data1, data2, data3]))
GLM ANOVA: (NaN, NaN)

julia>
@PetrKryslUCSD
Copy link
Author

Should it have been (res.fstat[2],res.pval[2])?

@PetrKryslUCSD
Copy link
Author

PetrKryslUCSD commented Aug 18, 2021

See PR #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant