All Projects → nuitrcs → rworkshops

nuitrcs / rworkshops

Licence: other
Materials for R Workshops

Projects that are alternatives of or similar to rworkshops

Intro To R
Stars: ✭ 71 (+65.12%)
Mutual labels:  workshop, rstudio
Pydata Pandas Workshop
Material for my PyData Jupyter & Pandas Workshops, I'm also available for personal in-house trainings on request
Stars: ✭ 65 (+51.16%)
Mutual labels:  workshop, data-analysis
learning R
List of resources for learning R
Stars: ✭ 32 (-25.58%)
Mutual labels:  ggplot2, rstudio
taller SparkR
Taller SparkR para las Jornadas de Usuarios de R
Stars: ✭ 12 (-72.09%)
Mutual labels:  rstudio, data-analysis
Moderndive book
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
Stars: ✭ 527 (+1125.58%)
Mutual labels:  ggplot2, rstudio
Big Data
🔧 Use dplyr to analyze Big Data 🐘
Stars: ✭ 93 (+116.28%)
Mutual labels:  workshop, rstudio
Nanny
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
Stars: ✭ 17 (-60.47%)
Mutual labels:  rstudio, data-analysis
Bcs workshop apr 20
Workshop on basic machine learning, computational modeling, psychophysics, basic data analysis and experiment design
Stars: ✭ 134 (+211.63%)
Mutual labels:  workshop, data-analysis
R Dataviz Ggplot2
"Basic data viz" & "Advancing with data viz in R using ggplot2" for Boston University's "Data+Narrative" workshop
Stars: ✭ 21 (-51.16%)
Mutual labels:  ggplot2, rstudio
dataviz
Course materials for Kieran Healy's rstudio::conf 2020 data visualization workshop
Stars: ✭ 75 (+74.42%)
Mutual labels:  ggplot2, workshop
ggChernoff
R package for drawing Chernoff faces in ggplot2
Stars: ✭ 28 (-34.88%)
Mutual labels:  ggplot2
kubernetes-workshop
Kubernetes Workshop
Stars: ✭ 35 (-18.6%)
Mutual labels:  workshop
graphql-workshop
Hands on workshop about GraphQL with React and Apollo 🚀
Stars: ✭ 43 (+0%)
Mutual labels:  workshop
Dominando-Pandas
Este repositório está destinado ao processo de aprendizagem da biblioteca Pandas.
Stars: ✭ 22 (-48.84%)
Mutual labels:  data-analysis
react-query-blog-demo
An example repo I used to teach a React Query workshop
Stars: ✭ 82 (+90.7%)
Mutual labels:  workshop
lorem
Generate Lorem Ipsum Text
Stars: ✭ 18 (-58.14%)
Mutual labels:  rstudio
RWorkflow
📑 My approach to an analysis or product produced with R
Stars: ✭ 25 (-41.86%)
Mutual labels:  rstudio
ML-CM-2019
Machine Learning in Condensed Matter Physics 2019 course repository
Stars: ✭ 51 (+18.6%)
Mutual labels:  workshop
Guitar
A Simple and Efficient Distributed Multidimensional BI Analysis Engine.
Stars: ✭ 86 (+100%)
Mutual labels:  data-analysis
CoreMS
CoreMS is a comprehensive mass spectrometry software framework
Stars: ✭ 20 (-53.49%)
Mutual labels:  data-analysis

R Workshops

This repository is a clearing house for resources for individual R workshops from Research Computing Services.

Workshops

Current Workshops

Intro to R (in-person workshop)

Intro to R Virtual Bootcamp

ggplot2

Tidyverse

Databases: Information on how to connect to databases from R is part of the databases workshop materials, which also covers the basics of SQL. The example code there may be a useful reference, but you'll need a database connection to run it. See that repository for more details.

R Shiny: Version 1 or Version 2

R Markdown: this one is a little older than the others, but the material should still be relevant

Webscraping with rvest

Statistical Models

Software

For workshops, it's best to install R and RStudio on your own laptop (both are free). If you can't install these programs or run into issues installing packages, RStudio Cloud is a good option.

Handouts

RStudio Cheat Sheets are short pdfs that summarize key R functions on specific topics. Many people print them out for reference while working in R. The ggplot cheat sheet, in particular, in indispensable.

R Reference Card: lists many commonly used functions

Learning More

See our guide to free, online resources for learning R on the Research Computing Services blog for suggestions of resources to get started or get better with R.

Resources for specific topics and R are below.

Git and R

Happy Git with R: another resource from UBC Stat 545 and Jenny Bryan's team

Github Quickstart for Scientists: aims just at teaching the workflow that many scientists use

R for Users of Other Statistical Programs

If you're coming to R from Stata, SPSS, SAS, Matlab, or Python, the following resources might be useful to you. Some of them may be a little outdated, but each contains some tables of equivalent commands across programs that might help you get familiar with R more quickly.

R/Stata Comparison from Princeton's Data & Statistical Services

R for SAS and SPSS Users is an early, condensed version of a book by the same name, from Bob Muenchen of r4stats.com

The Tidynomicon: R for Python Programmers by Greg Wilson; may be helpful for those coming to R from other C-derived programming languages as well.

Matlab/R Reference: from David Hiebeler of the University of Maine.

Matlab/NumPy (Python)/R Commands Chart: from Vidar Bronken Gundersen; this one is about 10 years old, but it mostly covers basic commands, which haven't changed

haven Package: for importing Stata, SAS, and SPSS data into R.

Statistics and Machine Learning

UCLA's Statistics Consulting Group has a great set of tutorials showing how to conduct many types of ANOVA and regression analysis in various statistical packages, including R. Highly recommended; check here first.

An Introduction to Statistical Learning with Applications in R: book, available online, by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani

The Elements of Statistical Learning: Data Mining, Inference, and Prediction: book, available online, by Trevor Hastie, Robert Tibshirani, Jerome Friedman

Deep Learning with R: book, by François Chollet with J. J. Allaire

Cookbook for R, Statistical Analysis section provides examples of many basic statistical methods.

A Little Book of R for Bioinformatics covers basic analysis topics in the field.

Matrices and Vectorization

Linear Algebra in R by Søren Højsgaard

Understanding Vectorization in R: Vectorization in R: Why? by Noam Ross or Let's talk about vectorization by Alyssa Frazee

Writing Better R Code

Writing Good R Code and Writing Well by Joseph Rickert points to lots of other good resources

Writing Better R Code by Laurent Gatto

Tidyverse Style Guide: style guide used by authors of some of R's most popular packages

Efficient R Programming by Colin Gillespie and Robin Lovelace

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].