This course is part of the Plateforme Biostatistique de Toulouse training session: “Initiation à LA statistique, niveau 1”. The first session has been held on April 13-14th, 2016, followed by two sessions on March 2nd-3rd, 2017 and March 26-27th, 2018.
The content of this course is basic statistics, illustrated with the software R through its graphical interface R Commander). The course covers the following topics:
probability and random variables
statistical inference
exploratory statistics in one and two dimensions, including plots
statistical tests
The course is taught by Sébastien Déjean (IMT, Université Paul Sabatier) and myself. This page gathers information about it and material to download.
For this course, the installation of R and R Commander on your personal computer is required prior the beginning of the course. The installation steps are described below. In case of difficulty, please, contact me (emails preferred).
R
in a terminal if you are a Linux user);install.packages("Rcmdr")
sudo apt-get install tk-table
library("Rcmdr")
During the class, we will be using the dataset “nutrimouse” which is part of the R package mixOmics. Before the class, please, download the following files on your computer:
This reminder In French summarizes the main menus and R functions used during the practical session. A printed version will be provided at the beginning of the class.
Slides are available at this link.
The two following files are the results of our work:
RData
file with all data in R format (updated March 27th, 2018).