Skip to content

francescovitale/anova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of one- and two-way ANOVA for one- and two-factor full-factorial design of experiments

This script allows performing one- and two-way ANOVA with a fully generalized structure. It requires input csv data (with cells separated through the ";" character) contained in the "Data" directory; the header of the csv file must encode the levels of the factors of the design of experiment. If the experiment has two factors, each sample group pair label must be specified as two values linked with an underscore character "_".

To run the script, at least two input arguments are required: the first lists the factor(s) (if two factors are analyzed, they must be separated by an underscore character "_").

Following is a sample script execution command:

anova.py WS_NC Accuracy.csv

About

One- and two-way analysis of variance (ANOVA)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages