Efficient Data Exploration
Your DesktopTired of using `table` and `summary`? Or repeatedly using a `group_by %>% summarise` approach? Many are still using R inefficiently to summarize data, especially for presentation. However, data needs to be explored before modeling can take place, both to familiarize oneself with the strengths and limitations of the data, as well as to diagnose errors […]
