R

Create a WordCloud using R

Intro Word clouds are an interesting way to visualize the frequency of words in a data set. As with anything, there are multiple ways to create a word cloud in R. The approach I find easiest uses the the “tm” package, which helps to clean up the data by removing special characters, punctuation, etc. Then “wordcloud2” package is used to display the most common words visually in the form of a word cloud.

Analysis of HIPAA Breaches

Intro In just the first four months of 2019, 103 breaches were reported to the Office for Civil Rights. In total these breaches affected 3,602,858 individuals. Even with patient privacy being a concern for many health providers the industry is falling short in protecting sensitive data. Across the US, companies are reporting incidents of theft, unauthorized access, and hacking. Breaches over time The Office for Civil Rights publishes a dataset of reported breaches going back as far as 2009.