This course is part of the Plateforme Biostatistique de Toulouse training session: “Initiation à LA statistique avec R”. The first session will held on September 21-23 2020.
The content of this course is basic statistics, illustrated with the programming language R. The course covers the following topics:
exploratory statistics in one and two dimensions, including plots (Nathalie Vialaneix and Sandrine Laguerre)
statistical inference and statistical tests (Nathalie Vialaneix and Sandrine Laguerre)
PCA and clustering (Sébastien Déjean and Jérome Mariette)
This page gathers information about it and material to download.
Warning: For this first session, the INRAE health and security rules apply. In addition, a videoconference version will be organized for the first two days. Please, contact Nathalie Vialaneix for more information and technical settings.
For this course, the installation of R, RStudio (and ability to compile RMarkdown files) and of the few packages on your personal computer is required prior the beginning of the course. The installation steps are described below.
Do not hesitate to contact me (emails preferred) in case of problem during the installation. Please describe precisely the error message (screenshot is a plus) when reporting a problem.
.deb
file with
sudo dpkg -i rstudio-XX.deb
sudo apt-get install -f
RColorBrewer
FactoMineR
install.packages(c("RColorBrewer", "FactoMineR"))
library("...")
...
is a package name.
Download the material and have it ready on your computer for the class.