Skip to content

TreyEvansKPHD/r-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-tutorials

Tutorials for common R workflows, presented at R Office Hours

Each notebook focuses on a different topic. The goal of the notebooks is to show examples of the topic on public health-style data. The notebooks try to show a variety of ways to do things and the various options available - the options are meant to be examples, but are not always best practices. All data needed to run these notebooks can be found in the data folder in this repo. The data is all publicly available, or is synthetic data that has been created to mimic real world public-health data. For each notebook there is a .qmd file, which is a Quarto document which can be used to run the code yourself, and there is a .md file, which is a markdown document which allows you to see the code and visualizations in their rendered form in this repo.

The notebooks (found in the notebooks folder) are:

  • exploratory_data_analysis: this notebook shows an example of how to start exploring a data set, including cleaning the data, grouping and combining data, calculating summary statistics, and visualizing the data
  • survey_analysis: this notebook gives examples of how to analyze survey data, using the R {survey} package

Additional Learning Resources

Data Visualization Resources

Other Useful Resources & Packages

  • Mockaroo: useful for creating mock data sets
  • esquisse: package for interactively exploring creating data visualizations

About

Tutorials for common R workflows, presented at R Office Hours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 86.8%
  • R 8.7%
  • CSS 2.8%
  • SCSS 1.7%