Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NAVRATIL VINCENT
training-prabi
Commits
57a0e7dc
Commit
57a0e7dc
authored
Jan 08, 2022
by
NAVRATIL VINCENT
Browse files
Update README.md
parent
e900fd06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
8 deletions
+28
-8
handson-rstudio/README.md
handson-rstudio/README.md
+28
-8
No files found.
handson-rstudio/README.md
View file @
57a0e7dc
...
...
@@ -13,13 +13,39 @@ author: Vincent Navratil (vincent.navratil@univ-lyon1.fr)
# Pour les fayots qui veulent prendre de l'avance en R en totale autonomie !
## Suivre les software carpentry
https://software-carpentry.org/lessons/index.html
https://swcarpentry.github.io/r-novice-gapminder/
http://swcarpentry.github.io/r-novice-inflammation/
## Les sites indispensables
https://thinkr.fr/
https://www.r-bloggers.com/
pour les tweetos le hashtag #rstat
https://www.r-project.org/
Les conférence:
https://www.r-project.org/conferences/
https://larmarange.github.io/analyse-R/
## Suivre les RStudio webinars
https://www.rstudio.com/resources/webinars/
## Apprendre R avec swirl
```
R
>
install.packages
(
"swirl"
)
>
library
(
swirl
)
>
swirl
()
```
# Installation et prise en main de l'IDE RStudio
...
...
@@ -183,20 +209,14 @@ pairs(iris[1:4],col=c("red","blue","green")[iris$Species])
https://rstudio.com/resources/cheatsheets/
# Références de la formation
https://pbil.univ-lyon1.fr/R/pdf/bs01.pdf
https://rpubs.com/moeransm/intro-iris
https://github.com/hbctraining/Intro-to-R/blob/master/schedules/1.5-day.md
http://adv-r.had.co.nz/
## Apprendre R avec swirl
```
R
>
install.packages
(
"swirl"
)
>
library
(
swirl
)
>
swirl
()
```
## Pour aller plus loin
R For Data Science: https://r4ds.had.co.nz/index.html
https://melbournebioinformatics.github.io/r-intro-biologists/intro_r_biologists.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment