Langues disponibles :
Daté : août 2023
Auteurs : Sam Dumble , Alex Thomson , Nicolas Greliche
This link provides direct access to the Data Manipulation module from the Stats4SD Introduction to R and RStudio course.This module covers how to use a number of data manipulation functions from the dplyr package including;select - to select a number of certain columnsfilter - to certain rows depending on supplied criteriaarrange - to sort your datasummarise - to generate summary statisticsmutate - to create new columnsgroup_by - group your data by a given variableWe will also show you how to combine all of these together into one flow using the pipe %>% operators
Les éléments individuels de la collection sont listés ci-dessous. Cliquez sur l’un d’eux pour télécharger le fichier ou accéder à l’URL externe. Vous pouvez télécharger l’ensemble complet ci-dessous sous forme de fichier .zip.
Exercises
https://shiny.stats4sd.org/RCourse_revamp_Data_Manip_ex__2023/
Programme d’études
Introduction to R and RStudio Course - Data Visualisation with ggplot2
Below you can find links to all 4 workbooks associated with the data visualisation with ggplot2 module from th...
Programme d’études
Introduction to R and RStudio Course - Statistical Analysis
This link provides direct access to the Statistical Analysis module from the Stats4SD Introduction to R and...
Programme d’études
Introduction to R and RStudio Course - Working with RStudio
This link provides direct access to the Working with RStudio module from the Stats4SD Introduction to R and RS...
Programme d’études
Introduction to R and RStudio Course - Data Management
This link provides direct access to the Data Management module from the Stats4SD Introduction to R and RStudio...