An open API service indexing awesome lists of open source software.

https://github.com/palday/mixedmodelsextras.jl

Extra non essential functionality for MixedModels.jl
https://github.com/palday/mixedmodelsextras.jl

mixed-models

Last synced: 3 months ago
JSON representation

Extra non essential functionality for MixedModels.jl

Awesome Lists containing this project

README

        

# MixedModelsExtras

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Stable Docs][docs-stable-img]][docs-stable-url]
[![Dev Docs][docs-dev-img]][docs-dev-url]
[![Codecov](https://codecov.io/gh/palday/MixedModelsExtras.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palday/MixedModelsExtras.jl)
[![DOI](https://zenodo.org/badge/337082120.svg)](https://zenodo.org/badge/latestdoi/337082120)
[![Code Style: YAS](https://img.shields.io/badge/code%20style-yas-1fdcb2.svg)](https://github.com/jrevels/YASGuide)

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://palday.github.io/MixedModelsExtras.jl/dev

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://palday.github.io/MixedModelsExtras.jl/stable

`MixedModelsExtras.jl` is a Julia package providing extra capabilities for models fit with [`MixedModels.jl`](https://juliastats.org/MixedModels.jl/stable/).

Note that plotting functionality is planned for inclusion in separate packages.

[`MixedModelsPermutations.jl`](https://github.com/palday/MixedModelsPermutations.jl) and [`MixedModelsSim.jl`](https://github.com/RePsychLing/MixedModelsSim.jl/) provide additional functionality for permutation tests and data/power simulation, respectively.