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
Apr 2, 2021
Apr 2, 2021
Apr 14, 2021

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