Skip to content

Python statistic function with R-style formula

Notifications You must be signed in to change notification settings

TsaiHao/rformula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python statistic function with R-style formula

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published