Skip to main content

Compute Cronbach's alpha statistic

Project description

https://img.shields.io/pypi/v/cronbach.svg https://img.shields.io/travis/datagazing/cronbach.svg Documentation Status

Compute Cronbach’s alpha statistic

  • Crude fork of cronbach_alpha from pingouin

  • Separate package to comply with GPL

  • Avoids some later dependencies (such as newer scipy)

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 (because pingouin is)

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.2.0.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

cronbach-0.2.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page