Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 357 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 357 Bytes

RFormula

This module is designed for statistical anlysis in python using R formula. See example notebooks for more tips.

Functions

  • t test(independent / dependent / 1sample)
  • wilcoxon test (dependent / 1sample)
  • aov (one-way / two-way(repeated) / two-way)
  • friedman
  • kruskal-wallis

Dependency

  • numpy
  • pandas
  • scipy.stats