Skip to content

transatlantic-comppsych/data-reliability-stability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reliability Stability

Description

reliability-stability is a simple python package, which takes a csv or other pandas compatable data file and gives the reliability and stability of three columns for test-retest reliability and stability.

nimh-mbdu

The reliability and stability calculations, as well as an assumption test, are based on the 1969 paper from Heise, D. R. 'Separating Reliability and Stability in Test-Retest Correlation'.

Installation

pip install reliability stability:

>>> pip install reliability-stability-calc

Usage

CC0
To the extent possible under law, Lillian Eisner has waived all copyright and related or neighboring rights to Reliability Stability. This work is published from: United States.

reliability stability is a python package with fuctions defined to:

  1. calculate correlation between two data columns (calc_correlation)
  2. calculate the test-retest reliability between three data columns (calc_reliability)
  3. calculate the test-retest stability between three data columns (calc_stability)
  4. perform an assumption test with a fourth column (assumption_test)
  5. implement a bootstap test to test assumptions (bootstrap_assumption_test)

Refer to the documentation for more examples and narrative guides.

Citations

Heise, D. R. (1969). Separating reliability and stability in test-retest correlation. American Sociological Review, 34(1), 93–101. https://doi.org/10.2307/2092790

About

Calculations for reliability and stability over three data sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages