cronbach¶
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.