Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palday/mixedmodelspermutations.jl
Permutation tests for MixedModels.jl
https://github.com/palday/mixedmodelspermutations.jl
bootstrap mixed-models permutation-test
Last synced: 23 days ago
JSON representation
Permutation tests for MixedModels.jl
- Host: GitHub
- URL: https://github.com/palday/mixedmodelspermutations.jl
- Owner: palday
- License: mit
- Created: 2021-02-08T13:11:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T07:55:50.000Z (7 months ago)
- Last Synced: 2024-10-11T14:51:43.814Z (about 1 month ago)
- Topics: bootstrap, mixed-models, permutation-test
- Language: Julia
- Homepage: https://palday.github.io/MixedModelsPermutations.jl/stable
- Size: 721 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MixedModelsPermutations
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Stable Docs][docs-stable-img]][docs-stable-url]
[![Dev Docs][docs-dev-img]][docs-dev-url]
[![Codecov](https://codecov.io/gh/palday/MixedModelsPermutations.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palday/MixedModelsPermutations.jl)
[![DOI](https://zenodo.org/badge/337080334.svg)](https://zenodo.org/badge/latestdoi/337080334)
[![Code Style: YAS](https://img.shields.io/badge/code%20style-yas-1fdcb3.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/MixedModelsPermutations.jl/dev[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://palday.github.io/MixedModelsPermutations.jl/stable`MixedModelsPermutations.jl` is a Julia package providing permutation and other resampling-based methods for[`MixedModels.jl`](https://juliastats.org/MixedModels.jl/stable/).
This package is alpha software in early development and results may not be accurate.
Nonetheless, it is registered in the Julia General Registry.
You can install it like this:
```julia
julia>]
pkg> add MixedModelsPermutations.jl
```To get the bleeding edge development version, you can install like this:
You can install it like this:
```julia
julia>]
pkg> add MixedModelsPermutations.jl#main
```If you find inaccurate results, please try the development version to see if the underlying problem has already been fixed before filing an issue.
[`MixedModelsSim.jl`](https://github.com/RePsychLing/MixedModelsSim.jl/) provides additional functionality for data/power simulation and may also be of interest.