Skip to content

urigott/ResearchTools

Repository files navigation

ResearchTools

Various research tools

BlandAltmanPlot produces a Bland-Altman plot, which is used to identify the limits of agreement between 2 continuous measurements.

descTable is a tool to create a summary table (mean (SD)) for continuous variables from a Pandas DataFrame, grouped by a categorical variable.

BeforeAfterPlot enables plotting subject's over time change for small sample studies.

Cronbach is a wrapper for Pingouin's cronbach_alpha method that produces internal consistency output similar to SPSS's output.


Examples notebook is a Jupyter Notebook that provides quick examples for all methods in this repo.