Software

I have written three R packages for the novel methodologies developed in my research. They are all available at CRAN.

Endogeneity CRAN_Status_Badge

The endogeneity package implements various recursive two-stage models to address the endogeneity issue in empirical research. These models can be used to address the endogeneity of treatment variables in observational studies or the endogeneity of mediators in mediation analysis. A brief tutorial (vignette) for this package can be found here.

To install the latest release on CRAN:

install.packages("endogeneity")

PanelCount CRAN_Status_Badge

Panel count data are ubiquitous, such as the sales of products month by month and the views of videos day by day. The PanelCount package is a fast and scalable R package that supports random effects and sample selection models for panel count data. A brief tutorial (vignette) for this package can be found here.

To install the latest release on CRAN:

install.packages("PanelCount")

CoxPlus CRAN_Status_Badge

Customers often make purchase decisions after exposure to multiple ads and it is important to identify the contribution of each ad in the path to conversion. The CoxPlus package implements a Cox model (proportional hazards model) that allows an event to have more than one causes. This model can be used to address the attribution problem in marketing campaigns.

To install the latest release on CRAN:

install.packages("CoxPlus")