Skip to content

Code repository and shared information for a course on R programming. This material is designed to help teach new students the R language using R Studio and accompanying products.

License

Notifications You must be signed in to change notification settings

mrpgmr67/Introduction-to-R

Repository files navigation

Introduction to R Programming

The basics of R programming are introduced including software installation and configuration necessary for effective data analysis. Generic programming language concepts are introduced and covered within the context of how they are implemented in practice when conducting highlevel statistical analysis. The instructional approach in this course focuses on application-based introduction of programming concepts such as reading data into R, accessing analysis tool boxes in R, writing R functions, debugging, and organizing and commenting in R code. Data mining and analysis projects will be used to provide working examples.

Learning Outcomes

Upon successful completion of this course, the student should be able to:

  1. Create simple simulation projects in R
  2. Create graphs, tables, and reports using knitr and Rmarkdown packages
  3. Compute descriptive statistics in R
  4. Create R objects such as matrices, data frames and lists
  5. Manipulate and transform data in R
  6. Describe basic data types and functions for reading data in R
  7. Write simple R scripts from R command line
  8. Identify and correct data, syntax, and programming logic errors
  9. Import and Export data files of different data types
  10. Install R, R-Studio, R packages, and R workbench

Required Textbooks

978-1593273842 The Art of R Programing: A Tour of Statistical Software Design Matloff, Norman No Starch Press

978-0596809157 R Cookbook (O'Reilly Cookbooks) Paul Teetor O'Reilly Media

Optional Textbooks

9781466586963 Advanced R (Chapman & Hall/CRC The R Series) Hadley Wickham CRC Press

9780470973929 The R Book Michael J. Crawley Wiley

Organizational Structure

  1. Introductions - Introductory scripts to each week
  2. Solutions - Solution files for each week
  3. Data - Data files used
  4. Notebooks - R Notebook files
  5. PDF - Output from R Notebooks in PDF form

About

Code repository and shared information for a course on R programming. This material is designed to help teach new students the R language using R Studio and accompanying products.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages