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

  • 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 hashes)

Uploaded Source

Built Distribution

cronbach-0.6.0-py3-none-any.whl (5.4 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