|
|
# R
|
|
|
# UMR-ASTRE curated reference materials
|
|
|
|
|
|
## Introduction
|
|
|
This is a list of reference materials that people at UMR-ASTRE have found particularly helpful for teaching and learning.
|
|
|
|
|
|
- [Projet utilitR](https://www.utilitr.org/). Tutoriels de l'Insee, en Français. Introduction à R, importation et traitement de données.
|
|
|
Preferably, they are available on line. But we might point to printed books if no replacement is publicly available. We can provide you with any book you may be interested in. Just ask.
|
|
|
|
|
|
- Serge-Étienne Parent (2020). Analyse et modélisation d’agroécosystèmes. Livre [en ligne](https://essicolo.github.io/ecologie-mathematique-R/index.html). En Français. Peut servir comme intro à R, importation et traitement basique de données (Ch. 2-3), visualisation (Ch. 4) et intro à la modélisation LM et GLM et Biostatistiques (Ch. 6).
|
|
|
Many materials are in English, but we specifically gathered alternatives in French.
|
|
|
|
|
|
|
|
|
## Analyse de données et modélisation
|
|
|
- [R](R)
|
|
|
|
|
|
- The Epidemiologist R Handbook. Un livre [en ligne](https://epirhandbook.com/) collaboratif orienté épidémiologie, en Anglais. Intro à R, importation et traitement de données, etc. Un chapitre (19) dédié au modèles de regréssion LM et GLM.
|
|
|
- [Statistics][Statistics]
|
|
|
|
|
|
- Data Skills for Reproducible Science (2021). Un livre [en ligne](https://psyteachr.github.io/msc-data-skills/), en Anglais. Un chapitre (9) dédié aux GLM.
|
|
|
|
|
|
- Michael Franke (2021). An Introduction to Data Analysis. Livre [en ligne](https://michael-franke.github.io/intro-data-analysis/index.html).
|
|
|
|
|
|
- Serge-Étienne Parent (2020). Analyse et modélisation d’agroécosystèmes. Livre [en ligne](https://essicolo.github.io/ecologie-mathematique-R/). En Français.
|
|
|
|
|
|
- Rob J Hyndman and George Athanasopoulos (2021). Forecasting: Principles and Practice. Livre [en ligne](https://otexts.com/fpp2/)
|
|
|
|
|
|
- Virgilio Gómez-Rubio (2021). Bayesian inference with INLA. Livre [en ligne](https://becarioprecario.bitbucket.io/inla-gitbook/).
|
|
|
|
|
|
## Traitement de données géographiques et spatiaux
|
|
|
|
|
|
- Robin Lovelace (2021). Geocomputation with R. Livre [en ligne](https://geocompr.robinlovelace.net/).
|
|
|
|
|
|
- Rspatial (2021). Spatial Data Science with R. Livre [en ligne](https://rspatial.org/)
|
|
|
|
|
|
- Edzer Pebesma, Roger Bivand (2021). Spatial Data Science with applications in R. Livre [en ligne](https://deploy-preview-52--keen-swartz-3146c4.netlify.app/).
|
|
|
|
|
|
|
|
|
## Programmation et développement de packages
|
|
|
|
|
|
- Hadley Wickham (2021). R Packages. Livre [en ligne](https://r-pkgs.org/). En Anglais.
|
|
|
|
|
|
|
|
|
|
|
|
# Statistiques bayésiennes
|
|
|
|
|
|
## Niveau basique
|
|
|
|
|
|
Vous voulez comprendre les idées de base et gagner une intuition de comment cela fonctionne.
|
|
|
|
|
|
- [Cet article](https://www.nytimes.com/2020/08/04/science/coronavirus-bayes-statistics-math.html?smid=em-share) de The New York Times est une bonne introduction des idées.
|
|
|
|
|
|
- [Celui-là](https://psyarxiv.com/ph6sw) est une introduction concise écrite en forme d'article, dirigée à des chercheurs intéressés, comme toi. Elle donne aussi des références pour creuser sur chaque un des sujets. Je pense que c'est très bien. En fait, j'aimerais avoir ton retour pour savoir si c'est accessible.
|
|
|
|
|
|
- Enfin, il y a un [cours complet](https://oliviergimenez.github.io/bayesian-stats-with-R/) en ligne où tu peux piocher ou parcourir les diapos (celles du point 8 sur mixed models peuvent être pertinentes !). |