https://github.com/mcanouil/eggla
Early Growth Genetics Longitudinal Analysis
https://github.com/mcanouil/eggla
genetics growth-curves infancy longitudinal-analysis mixed-effects-models r r-package r-stats spline-regression
Last synced: 5 months ago
JSON representation
Early Growth Genetics Longitudinal Analysis
- Host: GitHub
- URL: https://github.com/mcanouil/eggla
- Owner: mcanouil
- License: other
- Created: 2020-11-13T10:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:04:43.000Z (6 months ago)
- Last Synced: 2024-11-06T08:18:10.006Z (6 months ago)
- Topics: genetics, growth-curves, infancy, longitudinal-analysis, mixed-effects-models, r, r-package, r-stats, spline-regression
- Language: R
- Homepage: https://m.canouil.dev/eggla/
- Size: 48.4 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - mcanouil/eggla - Early Growth Genetics Longitudinal Analysis. (R)
README
---
output: github_document
---# EGG Longitudinal Analysis
[](https://github.com/mcanouil/eggla)
[](https://doi.org/10.5281/zenodo.6979433)
[](https://codecov.io/gh/mcanouil/eggla)
[](https://github.com/mcanouil/eggla/actions/workflows/check-pak.yml)
[](https://github.com/mcanouil/eggla/actions/workflows/build-docker.yml)Tools for longitudinal analysis within the [EGG (Early Growth Genetics) Consortium](http://egg-consortium.org/).
## Installation
* Install the development version from GitHub:
```{r}
#| eval: false
# install.packages("remotes")
remotes::install_github("mcanouil/eggla")
```* Install a particular version:
```{r}
#| eval: false
# install.packages("remotes")
remotes::install_github("mcanouil/eggla@v1.0.0")
# or the latest stable version
remotes::install_github("mcanouil/eggla@latest")
```## Docker Images
- `docker pull ghcr.io/mcanouil/eggla:devel`.
- `docker pull ghcr.io/mcanouil/eggla:latest`.## License
MIT © [Mickaël Canouil](https://mickael.canouil.fr/), Nicole Warrington, Kimberley Burrows, and Anni Heiskala.
## Code of Conduct
Please note that the `eggla` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.