Selected Publications

A full list of my peer-reviewed publications can be found here and my PhD thesis can be found here.

. Changes in body mass index and rates of death and transplant in hemodialysis patients: a latent class joint modeling approach. Epidemiology, 2019.

PDF NCBI

. Joint longitudinal and time-to-event models for multilevel hierarchical data. Statistical Methods in Medical Research, 2018.

PDF NCBI

. Associations between community-level disaster exposure and individual-level changes in disability and risk of death for older Americans. Social Science & Medicine, 2017.

PDF NCBI

Recent & Upcoming Talks

More Talks

A full list of my talks can be found here

Joint longitudinal and time-to-event models for multilevel hierarchical data
Wed, Aug 29, 2018
simsurv: A Package for Simulating Simple or Complex Survival Data
Thu, Jul 12, 2018

Software

simsurv is an R package for simulating survival (i.e. time-to-event) data. The user can simulate survival times from standard parametric survival distributions (exponential, Weibull, Gompertz), 2-component mixture distributions, or a user-defined hazard or log hazard function. The latter two features are those which likely separate the simsurv package from other packages available for simulating survival data in R. The package implements the methods described in Crowther and Lambert (2013) and is modelled on the survsim package available in the Stata software.

rstanarm is an extensive R package for Bayesian applied regression modelling. It is written and maintained by Ben Goodrich and Jonah Gabry. However, I have contributed code for fitting multivariate mixed models (the stan_mvmer modelling function), joint longitudinal and time-to-event models (the stan_jm modelling function), and time-to-event models themselves (the stan_surv modelling function), as well as a number of post-estimation functions for obtaining predictions and diagnostics for the fitted models. Note that when you read this the stan_surv modelling function may not yet be available in the CRAN version of rstanarm, in which case see the installation instructions here.

simjm is an R package package that allows the user to simulate data from a shared parameter joint model for longitudinal and time-to-event data. The shared parameter joint model from which the simulated data is generated is based on the model formulation described for the stan_jm modelling function in the rstanarm R package. The shared parameter joint model can be univariate (i.e. one longitudinal marker) or multivariate (i.e. more than one longitudinal marker) and a variety of parameterisations are allowed for the association structure between the longitudinal and event submodels.

devr2 is a Stata module that can be used to calculate a deviance based R-squared measure for models estimated using Stata’s glm command. The measure is based on the method of Cameron and Windmeijer (1997). The module can be easily installed from within your Stata session; simply type ssc install devr2 into the Command window.

Contact