Compute Cronbach's alpha statistic
Project description
Compute Cronbach’s alpha statistic
Fork of cronbach_alpha from pingouin
Avoids some later dependencies (such as newer scipy)
Credit to pingouin for all the initial code
Features
Works on pandas.DataFrame objects
Supports pairwise deletion for missing values
Computes confidence intervals
Examples
>>> from cronbach import alpha
>>> alpha(df)
(0.9503375120540019, array([0.79 , 0.992]))
License
Free software: GPL-3.0
Documentation
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cronbach-0.6.0.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file cronbach-0.6.0.tar.gz
.
File metadata
- Download URL: cronbach-0.6.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e90c391e80b8de6b335acd8882d9ba1094879837ac5ee981553bd33794edf63e |
|
MD5 | 55536d5ed98b2952220083210c778f77 |
|
BLAKE2b-256 | 24aab00bdee0393833e10ec98582e8133b2bc6bab6bc9a08a7ee900da2f9c991 |
File details
Details for the file cronbach-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: cronbach-0.6.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292b9bc47093383f5ebac103bd87a08c5de4622db0f4e9b2795593dd85936914 |
|
MD5 | 89e9f18e4a9ba154a5d67087c8b89a2f |
|
BLAKE2b-256 | 8b6fa7264ca50f7cc0935f1a78c256c67e222e739d302fce20e869c89cb89947 |