top of page

>eR-BioStat
Basic concepts in statistical inference
using R
Topics
The course consists of two parts: single and multiple comparisons. All the examples are illustrated using R and the code is a part of the online books. Slides are available only for the first part.
R packages:
-
library(pwr)
-
library(equivalence)
Useful R functions include:
-
t.test()
-
pwr.t.test()
-
wilcox.test()
-
pwilcox()
-
tost()
-
p.adjust()
The course in slides format & online books
Slides
Slides are available for the topic of single comparison and cover the following topics:
-
Introduction,
-
Student’s t-test,
-
One sample t-test,
-
One sided test,
-
Two sided test,
-
Confidence interval for the mean,
-
Two samples t-test,
-
What should we test?
-
Assuming equal variances,
-
Assuming different variances,
-
Power of a t-test,
-
Mann-Whitney-Wilcoxon test,
-
The limited role of the p-value,
Online book
The online book was written by Roel Ceballos. It is a RPubs publication and it is focused on single comparison and covers the following topics:
-
Student’s t-test.
-
One sample t-test.
-
One sided test.
-
Two sided test.
-
Confidence interval for the mean.
-
Two samples t-test.
-
Mann-Whitney-Wilcoxon test.
bottom of page