A Matlab toolbox for statistical analysis used and developed by the Krekelberg Neuroscience Laboratory, Rutgers University - Newark. Note that we have a different toolbox for Bayes Factor analysis (https://github.com/klabhub/bayesFactor).
If you use these tools in your work, please cite
Bart Krekelberg - Sept 2024.
The kStats toolbox consists of the following packages/namespaces:
+ma
- Tools for meta analysis, implementing the methods of Borenstein et al. Introduction to Meta‐Analysis. Principles and Practice of Clinical Trials (Wiley, 2009). doi:10.1002/9780470743386.+lm
- Tools for (generalized) linear mixed effects models, building on the Matlab built-in functionsfitlme
andfitglme
.
Clone the repository (e.g., to the folder c:/github/kStats
) and add this folder to your Matlab path (addpath('c:/github/kStats')
)