R – Notes & future requirements
Steps that I need to be able to perform efficiently in R:
- Descriptive stats for each variable in a dataset, including vartype, min, max, missing data, mean, std dev. More is better. Present in easily digestible format
- Produce plots showing distributions and comparisons
- Efficiently clean and prepare data. Factor, group, delete, transform, mutate, etc.