Tag Archives: decision-making

Statistics Trivia for Data Scientists

Public health, artificial intelligence, and data science trivia! Fun! Educational! Test your knowledge!

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!

Management Tips for Data Scientists

When working in data science, there are some tips and tricks to managing your communication and relationship with superiors that can help you advance in your career.

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 Great for Labels on Plots and Reports

The paste command is used to concatenate strings in R. You can use it different ways, which is what I demonstrate in my blog and videos.

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 Plots Can be Made Easy Through Dataframe Structure

Error bars on plots can provide the audience an estimate of the amount of certainty you have with your estimates.

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 to Confusing Options in R Package UpSetR

It is possible to use data curation to solve the problem of a confusion vector containing options.

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: Is it Worth the Cost?

If you are wondering if you should set up a paid mentoring relationship with a data science mentor, you definitely want to read this. You want to make sure you get your money's worth.

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.

Understand US Payroll Data from this Online Course about Payroll

Check with payroll royalty data processing

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.