https://github.com/atheobold/introrlesson
Introduction to R Lesson
https://github.com/atheobold/introrlesson
Last synced: over 1 year ago
JSON representation
Introduction to R Lesson
- Host: GitHub
- URL: https://github.com/atheobold/introrlesson
- Owner: atheobold
- Created: 2017-09-12T15:00:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T16:47:37.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:31:46.314Z (over 1 year ago)
- Language: R
- Size: 18.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Materials for the Introduction to `R` for Data Analysis workshop
administered at Montana State in the Fall of 2019,
using RStudio Cloud project space (http://bit.ly/introduction-R)
- Uses: Data Carpentry's Data Analysis and Visualization in `R` for Ecologists
(https://datacarpentry.org/R-ecology-lesson/)
* Before we start, Intro to R, and Starting with data
- Addition of: matrices & list objects in `R`, packages in `R`, functions and function arguments,
univariate and bivariate visualizations in base `R`
- Removal of: relational comparisons and subsetting vectors, renaming factor levels,
formatting dates with `lubridate`
Repository includes:
- Master handout given to participants
- Cleaned-up participant R and Rmd files
- Solutions to "challenges" given to participants