ANOVA using Python (with examples)
One and two-way ANOVA in Python. This article explains ANOVA model, tables, formula, calculation, multiple pairwise comparisons, and results interpretation
One and two-way ANOVA in Python. This article explains ANOVA model, tables, formula, calculation, multiple pairwise comparisons, and results interpretation
Learn how to install, upgrade, and check versions of Python packages
A step-by-step article for performing MANOVA in R. This article describes the background of MANOVA, assumptions, hypotheses, and codes for performing MANOVA ...
A step-by-step article for performing Friedman test in R
A step-by-step article for performing Friedman test in Python
A step-by-step article for performing ANCOVA in R and Python. This article describes the background of ANCOVA, assumptions, hypotheses, and codes for perform...
Title: Advanced Bioinformatics Workshop
Variable types Flowchart for types of variables used for collecting and analyzing the data
Code for performing MANOVA in Python
Learn the differences between manipulated, response, and control variable. Manipulated (also known as independent) variable can be changed in the experiment ...
Learn how to calculate the p value from t table by hand
Learn how to detect outlier in the dataset using visual and statistical methods