Skip to content

klabhub/kStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kStats

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 DOI

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 functions fitlme and fitglme.

Install

Clone the repository (e.g., to the folder c:/github/kStats) and add this folder to your Matlab path (addpath('c:/github/kStats'))