Tag Archives: academic coaching

GitHub Beginners in Data Science: Here’s an Easy Way to Start!

If you are an aspiring data scientist, you will need to know how GitHub works. You will probably want to use it for your projects.

GitHub beginners – even in data science – often feel intimidated when starting their GitHub accounts and trying to interact with the web page. Don’t be shy! Catch the highlights from a recent GitHub beginners workshop I held!

Benchmarking Runtime is Different in SAS Compared to Other Programs

How do you measure how long it takes for code to run in different programs? And why would you want to measure something like that? Mainly, the reason to benchmark runtime is so that you can figure out how to optimize your code.

Benchmarking runtime is different in SAS compared to other programs, where you have to request the system time before and after the code you want to time and use variables to do subtraction, as I demonstrate in this blog post.

End-to-End AI Pipelines: Can Academics Be Taught How to Do Them?

What is an end-to-end AI pipeline? And why are academics so bad at making one? These are different ideas we will examine in this blog post.

End-to-end AI pipelines are being created routinely in industry, and one complaint is that academics can only contribute to one component of the pipeline. Really? Read my blog post for an alternative viewpoint!

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.

Coloring Plots in R using Hexadecimal Codes Makes Them Fabulous!

You do not need to use the default R colors on your plot. You don't even need to limit yourself to named colors on cheat sheets.

Recoloring plots in R? Want to learn how to use an image to inspire R color palettes you can use in ggplot2 plots? Read my blog post to learn how.

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.

US Public Health Alphabet Soup Explained: What is the NACCHO?

You may have wondered if public health workers who are employed by local public health departments have a professional society devoted just to them. That's NACCHO.

You may already know that NACCHO is NOT cheese – but what is it? It’s a professional society for local public health officials. Read my blog post to learn what NACCHO does, and who it serves.

US Public Health Alphabet Soup Explained: What is the IHS?

The Indian Health Service (IHS) is the federal agency in the United States in charge of reservation health.

“What is the IHS?” is a reasonable question to ask, because there are a few things that are very special about the IHS and its healthcare facilities. At first glance, these special characteristics may seem positive, but they actually have devastating unintended consequences, as I describe in my blog post.

US Public Health Alphabet Soup Explained: What is the VA?

Veterans in the United States can choose healthcare from a public system after leaving the active duty military.

What is the VA – which stands for Veterans Affairs? This United States federal agency is tasked with ensuring veterans receive their benefits – especially health benefits. Unfortunately, as my blog post explains, the VA is facing a myriad of challenges today, including funding problems as well as corruption.

US Public Health Alphabet Soup Explained: What is the MHS?

The MHS stands for Military Health System, and is the healthcare part of the military.

“What is the MHS?” is a question not always asked by public health data scientists, but it should be. The MHS – or Military Health System – serves the US military through healthcare facilities in locations where civilians do not have access. I provide an explanation on my blog post.

Verified by MonsterInsights