Statistics trivia for data scientists will refresh your memory from the courses you’ve taken – or maybe teach you something new! Visit my blog to find out!
Tag Archives: decision-making
Management tips for data scientists can be used by anyone – at work and in your personal life! Get the details in my blog post.
The paste command in R is used to concatenate strings. You can leverage the paste command to make refreshable label objects for reports and plots, as I describe in my blog post.
Adding error bars to ggplot2 in R plots is easiest if you include the width of the error bar as a variable in your plot data. Read my blog post to see an example.
Data curation solution that I posted recently with my blog post showing how to do upset plots in R using the UpSetR package was itself kind of a masterpiece. Therefore, I thought I’d dedicate this blog post to explaining how and why I did it.
Paid mentoring for data science can be worth the cost in certain circumstances – but not others. My blog post provides guidance on hiring a paid mentor.
If you receive payroll in the US, you can see that the data on the payroll stub is pretty complicated. This course in payroll is helpful for data scientists who find themselves analyzing US payroll data, because it explains the business rules and regulations behind the data.