https://github.com/schneiderfelipe/cronbach.jl
📏 Cronbach's alpha in Julia.
https://github.com/schneiderfelipe/cronbach.jl
cronbach julia
Last synced: over 1 year ago
JSON representation
📏 Cronbach's alpha in Julia.
- Host: GitHub
- URL: https://github.com/schneiderfelipe/cronbach.jl
- Owner: schneiderfelipe
- License: mit
- Created: 2021-03-17T22:17:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:04:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T23:20:01.744Z (over 1 year ago)
- Topics: cronbach, julia
- Language: Julia
- Homepage: https://schneiderfelipe.xyz/Cronbach.jl/dev/
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# Cronbach.jl
[](https://zenodo.org/badge/latestdoi/348867197)
[](https://schneiderfelipe.github.io/Cronbach.jl/stable)
[](https://schneiderfelipe.github.io/Cronbach.jl/dev)
[](https://github.com/schneiderfelipe/Cronbach.jl/actions)
[](https://codecov.io/gh/schneiderfelipe/Cronbach.jl)
[Cronbach's alpha](https://en.wikipedia.org/wiki/Cronbach%27s_alpha) in Julia.
```julia
julia> using Cronbach
julia> C = [10 6 6 6; # fictitious data
6 11 6 6;
6 6 12 6;
6 6 6 13];
julia> cronbach(C)
0.8135593220338984
```
## Citing Cronbach.jl
If you use Cronbach.jl in your research, please cite it.