ENSL L3 Biosciences - Biostatistiques

Page du cours sur le portail des études (notamment pour accéder aux tests de contrôle continu).

References

Cours

Sites web

Support de cours

Support de TD

Solution des exercices

For Rstudio on the ENS computers

In a terminal run :

/usr/local/rstudio/bin/rstudio

Rmarkdown notebook building

  • Install the knitr package with install.packages("knitr");
  • If needed, to install LaTeX, run the following commands in R, and then restart R/Rstudio:
install.packages(tinytex)
tinytex::intall_tinytex()
  • Avoid running install.packages("xxxx") inside Rmarkdown notebooks (just run it inside the R console before);
  • Click on the Knit button or tap Ctrl+Shift+K to render the document.

Past exams

2022-2023