Publications by Mark Bounthavong

Two-part model - Application with cost data using R

30.04.2023

Introduction Motivating example Two-part model Conclusion Acknowledgements Work in progress Cost as a dependent variable: Application of the two-part model Mark Bounthavong 30 April 2023 Introduction Modeling cost in a sample is problematic because of the large amount of subjects with zero costs and the long right-tail distribution. Alt...

7829 sym R (5699 sym/23 pcs) 3 img

Interpreting Regression Models

28.02.2023

Interpreting regression models Multivariable regression models Conclusions Work in progress Interpreting Regression Models Mark Bounthavong 2023-02-27 Interpreting regression models In my course, we have introduce three types of regression models: linear, logistic, and survival. Each of these are used in specific ...

12294 sym R (2586 sym/8 pcs) 8 img

MEPS Tutorial 3 - Applying weights

13.01.2023

Introduction Types of weights Loading the data Perform descriptive analysis Conclusions Acknowledgements MEPS Tutorial 3 - Applying weights Mark Bounthavong 2023-01-13 Introduction The Medical Expenditure Panel Survey (MEPS) is based on a complex survey design. Hence, it is necessary to apply survey weights to generate esti...

5805 sym R (2911 sym/16 pcs) 2 img 1 tbl

Stata tutorial - Add 95% Confidence Intervals to Two-way Line Plot

31.10.2022

Introduction Stata is a statistical software the is used to perform statistical analysis. It is one of my favorite statistical software, and I use it for many of my projects. Stata also has a powerful graphic editing tool that allows for a full range of customization. However, I like to keep all of these in the code so that I can have a conv...

4445 sym Python (13991 sym/9 pcs) 3 img

MEPS Tutorial 1 - Loading data into R

25.12.2022

Introduction MEPS Data Load MEPS data into R Conclusions Acknowledgements MEPS Tutorial 1 - Loading Data into R Mark Bounthavong 2022-12-24 Introduction The Agency for Healthcare Research and Quality (AHRQ) Medical Expenditure Panel Survey (MEPS) is a set of data on U.S. households about their healthcare expend...

4831 sym R (1283 sym/4 pcs) 5 img

MEPS Tutorial 2 - Mergining Data into R

06.01.2023

Introduction Load MEPS data Merge MEPS data Reduce dataframe to a few variables Add an indicator for a specific ICD10 diagnostic code Collapse dataframe to a single unique patient Conclusions Acknowledgements MEPS Tutorial 2 - Merging data Mark Bounthavong 2023-01-06 Introduction We want...

9886 sym R (2472 sym/14 pcs) 9 img

Decision Tree Model in R Tutorial

03.05.2020

Introduction We make decisions everyday from getting up in the morning to figuring out what we want to have for dinner. In most cases, we have a good idea of what we like or want based on previous experiences. For example, you might prefer to have ice cream for dinner because you like it. But what if you also believe that having ice cream is not ...

14700 sym R (13069 sym/16 pcs) 15 img

Forest plots in R

31.07.2021

Forest plots Forest plots are useful when summarizing the invidivual impact of studies on the pooled end points for meta analysis or illustrating the influence of coefficients in a regression model. More importantly, they visualize the direction and magnitude of the associations between the individual studies or coefficients on the outcomes. The ...

5037 sym R (2861 sym/6 pcs) 4 img

Confounding and Interaction

22.01.2022

R tutorial using epitools: Confounding and Effect Modification Mark Bounthavong 9/26/2021 Updated on 01/28/2022 ⊕This tutorial is located on RPubs. ⊕The entire R Markdown code is located on my GitHub page Installing and using epitools This tutorial will center around using the R package epitools to understand confounding and interaction in ep...

13712 sym R (16192 sym/64 pcs) 14 img

Logistic Regression in R - Part 2 (Goodness of fit)

17.12.2021

Introduction In a previous article, we discuss how to construct a logistic regression in R (see previous article). However, we did not discuss how to assess whether the logistic regression fit our data well. In this article, we’ll go over some goodness of fit tests to help determine whether the logistic regression model does a good job of fitti...

9355 sym R (19425 sym/75 pcs) 3 img