University of Wisconsin–Madison

Tag: Tidyverse

Environmental Health Tabular data analysis with R and Tidyverse

R and Tidyverse Tabular Data Analysis I have updated the Tabular data analysis with R and Tidyverse course that analyze environmental health data from National Health and Nutrition Examination Survey (NHANES) a survey research program conducted by the National Center for Health Statistics (NCHS) to assess the health and nutritional status of adults and children …

Data exploration in R with Tidyverse dplyr – part 2 – 10 examples

Summary Part 1 (Sgro (2023)) : was a general overview of the dplyr package for data exploration and manipulation to summarize or extract information from tabular data. Part 2: (This post) provides worked examples while learning Rmarkdown. The 10 `dplyr` examples cover the topics in the list below. An 11th example was added to show …

Data exploration in R with Tidyverse dplyr – part 1 – overview

Summary Part 1: A general overview of the dplyr package for data exploration and manipulation to summarize or extract information. Part 2: Next post will provide worked examples.     1 Motivation The Biochemistry R Club is following the new, 2^nd edition of R for Data Science (Wickham, Çetinkaya-Rundel, and Grolemund (2023).) The Club sessions are recorded in a local …

R courses and tutorials. Classic, Tidyverse, Data Wrangling, ggplot2

This is a list of R material that I found online that I think can be useful as reference or as working material to learn R / RStudio / Mardkown. I’ll try to separate the links between “Classic” and “Tidyverse” versions, but that is not always possible… “Tidyverse” would include plotting with ggplot2 R package which …