One and Two-sample Z-Test for proportions (with R code)
Learn to perform sample proportions Z-Test in R
Learn to perform sample proportions Z-Test in R
Learn when to use Mann-Whitney U test, assumptions, hypothesis, and formula, and test calculation in Python
Calculate Mann-Whitney U test online calculator
Learn to perform Durbin-Watson test (a test for autocorrelation) in R
Learn to perform Durbin-Watson test (a test for autocorrelation) in Python
Calculate three types of t-test from scratch
A step-by-step article for performing Fisher’s exact test in R. This article describes the background of Fisher’s exact test, assumptions, hypotheses, codes,...
A step-by-step article for performing Fisher’s exact test in Python
Online calculator for Fisher’s exact test of independence for 2 x 2 contingency table
Reverse complementary of DNA sequences
What is VCF file? VCF stands for variant call format It is a text file (file extension as .vcf) storing meta-information, marker and genotype data of ge...
This articles explains Pearson’s, Spearman’s rho, and Kendall’s Tau correlation methods and their calculation in R