Reproducible research in R
Requirements
0.1
Before starting
0.2
Workshop description
0.3
Course Objectives
0.4
Contents
0.5
Libros de consulta
0.6
Reference books
0.7
References
1
Tidy Data and data manipulation
1.1
Packages needed for this chapter
1.2
Tidy data
1.3
dplyr
1.3.1
Pipeline (%>%)
1.3.2
summarize
1.3.3
group_by
1.3.4
mutate
1.3.5
filter
1.3.6
select
1.3.7
Exercises
2
Reproducible research
2.1
Packages needed for this chapter
2.2
Reproducible Research
2.3
Saving our project on github
2.3.1
What is github?
2.3.2
creating a github project in RStudio
2.3.3
The three main steps of a repository
2.4
Reproducibility in R
2.4.1
Creating an Rmarkdown
subtitle 1
subtitle 2
2.4.2
Training
3
References
4
Models in R
4.1
Packages required for this chapter
4.2
Statistical models
4.2.1
Example
4.2.2
Representing a model in R
4.2.3
Let’s go back to the example of plants
Publicado con bookdown
Reproducible research in R
Chapter 3
References