About this badge
The Introduction to R and RStudio online program, introduced the language, covered topics such as basic data types (e.g. integers, numerics, characters, vectors, lists, matrices, and data frames), importing and manipulating data (in particular, vector and data-frame indexing), control flow (loops, conditionals, and functions), and good practices for producing readable, reusable, and efficient R code.
After completing this course, students were able to:
- Recognize when R is an appropriate tool to use
- Distinguish data types in R
- Assign values to and select elements from vectors, lists, and data frames
- Identify proper formatting of data for analysis
- Conduct basic statistical analyses
- Effectively plot data and results
- Export figures and formatted data