Business Analytics iCademy: Assembling Data with R
Assembling data is a crucial task that must be performed before data can be analyzed. In this skill you'll identify how framing a question and the intended analysis influence the way in which data is assembled. You will then explore some common issues associated with assembling data. One of the key issues is preprocessing associated with some common non-numeric data types: dates, factors, and logicals. Finally, you will gain experience performing some fundamental data assembly tasks: creating conditional (if-else) statements, stacking data, and using loops to iteratively perform tasks.
Learning Outcomes
- Understand how assembling data is related to framing a question and calculating the results.
- Appreciate some common issues associated with assembling data and non-numeric data types.
- Execute some fundamental data assembly tasks.
Skills / Knowledge
- Data Assembly
- Framing Questions
- If-Else Statements
- Stacking