Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yufongpeng/anovaglm.jl
Conduct one-way and multi-way anova in Julia with GLM.jl
https://github.com/yufongpeng/anovaglm.jl
anova f-test generalized-linear-models likelihood-ratio-test linear-models
Last synced: about 6 hours ago
JSON representation
Conduct one-way and multi-way anova in Julia with GLM.jl
- Host: GitHub
- URL: https://github.com/yufongpeng/anovaglm.jl
- Owner: yufongpeng
- License: mit
- Created: 2022-07-26T17:19:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:51:06.000Z (8 months ago)
- Last Synced: 2024-10-29T01:09:11.400Z (8 days ago)
- Topics: anova, f-test, generalized-linear-models, likelihood-ratio-test, linear-models
- Language: Julia
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnovaGLM
|Documentation|CI status|Coverage|
|:-----------:|:-------:|:------:|
|[![Stable Docs][docs-stable-img]][docs-stable-url] [![Dev Docs][docs-dev-img]][docs-dev-url]| [![][ci-img]][ci-url]| [![][codecov-img]][codecov-url]|[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://yufongpeng.github.io/AnovaBase.jl/dev/Examples_GLM
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://yufongpeng.github.io/AnovaBase.jl/stable/Examples_GLM
[ci-img]: https://github.com/yufongpeng/AnovaGLM.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/yufongpeng/AnovaGLM.jl/actions?query=workflow%3ACI
[codecov-img]: https://codecov.io/gh/yufongpeng/AnovaGLM.jl/branch/main/graph/badge.svg?token=a80Q5DNInO
[codecov-url]: https://codecov.io/gh/yufongpeng/AnovaGLM.jl