R - Statistical Tests

R Code Description
cor.test() Tests for association between paired samples, using either Pearson’s product moment correlation coefficient, or Kendall’s tau, Spearman’s rho
aov(), anova(), lm(), glm() Linear & non-linear models
t.test () t-test, Student’s t Distribution, 1 & 2 Sample t-tests
prop.test(), binom.test ( ) Sign test
chisq.test () Chi-square test on matrix X
fisher.test () Fisher exact test