Recently Published
Assignement using Titanic Dataset
This assignment demonstrated how to:
- Load and explore the Titanic dataset
- Merge datasets using multiple variables
- Group and manipulate data using dplyr
- Create custom functions in R
- Use "apply" functions
- Debug functions using trace() and recover()
These techniques are fundamental for data analysis and programming in R.