Skip to content

LukasAdamowicz/pyNOVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyNOVA

Python library for calculating Analysis of Variance statistics.

Use

import pyNOVA

or

from pyNOVA import RM_ANOVA

Currently the only implemented variation is the repeated measures ANOVA (RM_ANOVA).

Repeated Measures ANOVA

F, p, eta = pyNOVA.RM_ANOVA(pandas.DataFrame, corr='GG', print_table=True, p_normal=0.05)

Calculates the F-statistic, p-value, and η2partial with the specified sphericity correction (Greenhouse-Geissler, Huynh-Feldt, the average of the two, or none). Will also display a table of statistics.

Repeated Meaures Display Output

About

Implementation of ANOVA methods in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages