MEPS Tutorial - Part 3: Applying survey weights using R

In this tutorial, we will review how survey weights from the Medical Expenditure Panel Survey (MEPS) are applied using R.

The tutorial is available on my GitHub site and RPubs.

The R Markdown code I used to generate this tutorial is available on my GitHub site.

MEPS Tutorial - Part 1: Loading Data into R

For the last couple of years, I have used Stata whenever I worked with MEPS data. Stata is a great statistical program that allows me to script and analyze data from complex survey designs similar to MEPS. However, R is another powerful statistical program that researchers have been using to evaluate and analyze MEPS data. R is free/open source and has a large community that constantly builds packages to improve its utility. Because of its advantages, I wanted to start writing tutorials on how to use R to analyze MEPS data.

This first tutorial provides instructions on how to load MEPS data into R, which is a critical step for data analysis.

You can find the tutorial on my RPubs page (link); I also posted this on my GitHub page (link).

For those of you who are interested in how I developed this tutorial, the R Markdown code is located on my GitHub page (link).

In the coming months, I’ll continue to write more tutorials using R with MEPS data, so stay tuned.

ISPOR New Professionals Fireside Chat -- Networking At Conferences

My colleagues, Drs. Sankeet Shah and Koen Degeling, hosted a conversation with Dr. Julia Slejko from the University of Maryland and Dr. Aryana Sepassi from the University of California, Irvine about their experiences and strategies for networking at ISPOR conferences. Dr. Slejko is an Associate Professor of Practice, Science, and Health Outcomes and has a wealth of experiences attending ISPOR conferences. Dr. Aryana Sepassi is an Assistant Professor of Outcomes Research and has just attend her first ISPOR conference in May 2022. Both guest share their unique perspectives on networking at these large conferences and provide suggestions on how to maximize your experience.

You can listen to their conversation on Soundcloud.

R Markdown: Adding icons using the "fontawesome" package -- a short tutorial

I discovered an interesting package that allowed me to insert icons into my R Markdown documents. I learned how to use some of the basic commands and wrote a short tutorial on how to do this. I posted the tutorial on my GitHub page. I also posted the R Markdown code on my GitHub site.

I also encourage you to check out the Font Awesome GitHub page to learn more about the different icons that are available.

Stata tutorial: Adding the 95% Confidence Interval to a Two-way Line Plot

I created a tutorial on how to add the 95% CI to a two-way line plot in Stata. I use the “connected” command to generate a line plot in Stata, and then I added the 95% CI to each value. Surprisingly, Stata does not have a native feature to allow users to generate these 95% CI on a two-way line plot.

I used the AHRQ Medical Expenditure Panel Survey (MEPS) database for the motivating example. In this tutorial, we plotted the average total healthcare expenditure from 2008 to 2019.

I build this tutorial on Stata, but I used R Markdown to write the tutorial. The R Markdown code is located in my GitHub site (Stata - Line plot with 95% CI tutorial).

You can find the tutorial on my Github site and RPubs page.

I used Stata SE 17 to build this.

ISPOR New Professionals Fireside Chat -- Finding Sponsorship and Mentorship in the Workplace

This month, I had the privledge of participating in the first ISPOR New Professionals Fireside Chat on “Finding Sponsorship & Mentorship in the Workplace" with my colleague Dr. Ka Keat Lim from the King’s College London. We discussed the differences between mentors and sponsors, and our relevant experiences being both the mentors/sponsors and mentee/sponsorees.

We referenced Janice Omadeke’s paper, “What’s the Difference Between a Mentor and Sponsor?” article in the Harvard Business Review to get the conversation started.

In preparation for our podcast, I learned about the differences between the roles of the mentor and sponsor and the challenges for identifying someone in your workplace who can serve either of these roles. More importantly, I also learned about my role as a mentee and sponsoree.

I hope this podcast is helpful and opens the door for your future career development.

The ISPOR New Professionals Network is composed of 750+ recent graduates from health economics and outcomes research (HEOR) related programs. Membership in the Network is available to former ISPOR student members and any new members who join that possess 3 years or less of HEOR experience. To learn more about the ISPOR New Professionals Network, please visit our website.

R plotly - Bar Charts

I wrote a tutorial on how to use plotly, an R package that allows users to include interactive charts in R Markdown projects.

Here is an example of the bar chart that was created using plotly in an R Markdown project:

The tutorial is available on RPubs, and the R Markdown code is available on my GitHub page.

I really like using plotly for my R Markdown projects because it has some nice interactive features. Hopefully, this tutorial will open the doors to more creativity with R Markdown projects.