https://github.com/daijiang/mixedmodels.jl
A Julia package for fitting (statistical) mixed-effects models
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
A Julia package for fitting (statistical) mixed-effects models
Basic Info
- Host: GitHub
- Owner: daijiang
- License: other
- Language: Julia
- Default Branch: master
- Size: 7.65 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of JuliaStats/MixedModels.jl
Created over 9 years ago
· Last pushed over 9 years ago
https://github.com/daijiang/MixedModels.jl/blob/master/
# Mixed-effects models in Julia
| **Documentation** | **PackageEvaluator** | **Build Status** |
|:-------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![][pkg-0.4-img]][pkg-0.4-url] [![][pkg-0.5-img]][pkg-0.5-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][coveralls-img]][coveralls-url] |
[](https://zenodo.org/badge/latestdoi/9106942)
## Installation
The package is registered in `METADATA.jl` and so can be installed with `Pkg.add`.
```julia
julia> Pkg.add("MixedModels")
```
The package provides the functions `lmm`, to create a linear mixed-effects model
from a formula/data specification, and `glmm` to create a generalized linear
mixed-effects model. See [the documentation](http://dmbates.github.io/MixedModels.jl/latest)
for details.
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://dmbates.github.io/MixedModels.jl/latest
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://dmbates.github.io/MixedModels.jl/stable
[travis-img]: https://travis-ci.org/dmbates/MixedModels.jl.svg?branch=master
[travis-url]: https://travis-ci.org/dmbates/MixedModels.jl
[appveyor-img]: https://ci.appveyor.com/api/projects/status/h227adt6ovd1u3sx/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/dmbates/documenter-jl/branch/master
[coveralls-img]: https://coveralls.io/repos/github/dmbates/MixedModels.jl/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/dmbates/MixedModels.jl?branch=master
[issues-url]: https://github.com/dmbates/MixedModels.jl/issues
[pkg-0.4-img]: http://pkg.julialang.org/badges/MixedModels_0.4.svg
[pkg-0.4-url]: http://pkg.julialang.org/?pkg=MixedModels
[pkg-0.5-img]: http://pkg.julialang.org/badges/MixedModels_0.5.svg
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=MixedModels
Owner
- Name: Daijiang Li
- Login: daijiang
- Kind: user
- Location: Baton Rouge, LA
- Website: https://www.dlilab.com
- Repositories: 81
- Profile: https://github.com/daijiang