Course Outcomes
Install R
Install R, R packages, and R workbench
Import and export raw data files
Import and export raw data files (e.g. text, excel, csv, etc.). This includes different variable types (numeric, character, date, time currency, etc.)
Manipulate and transform data
Manipulate and transform data
Create R objects
Create R objects (e.g. matrices, data frames, lists, etc.)
Create reports
Create basic detail and summary reports
Debugging R code
Identify and correct data, syntax, and programming logic errors
Use R statements and packages
Use R statements and packages to:
- Compute numerical statistics used in introductory statistics
- Create simple graphs and charts used in introductory statistics
- Create simple simulation studies (e.g. Central Limit Theorem, Confidence Intervals, Power, etc.)