software

I like to develop R packages. Here is a list of packages I’ve authored:

{hpa.spatial}

This package is still very much experimental and is not published anywhere except GitHub at this stage. This is developed as part of my role at Health Policy Analysis and aims to provide a range of functions for loading, handling and visualising spatial data. It is focused primarily in the Australian (health) context and, among other things, acts as a lightweight port for downloading spatial data similarly to how {strayr} does via {absmapsdata}. It accesses all of those existing datasets via {strayr} but also data using from {hpa.spatial.data} which is more focused on those relevant to healthcare in Australia.

{GLMMcosinor}

Similarly to circacompare below, the main objective is the analysis of rhythmic data. It was built using {cosinor} as a base but relies on the {glmmTMB} modelling framework so that the usual cosinor model can be extended by the “GLMM” factor (link functions and mixed models). It also includes several helpful methods to summarise and visualise outputs from the model and allows the user to fit models with multiple cosinor components. It’s been peer-reviewed by rOpenSci and is published on CRAN. (The journal article is forthcoming.)

{predictNMB}

Estimates when and where a model-guided treatment strategy may outperform a treat-all or treat-none approach by Monte Carlo simulation and evaluation of the Net Monetary Benefit (NMB). predictNMB has been reviewed by rOpenSci and has a publication in the Journal of Open Source Software. It was awarded runner-up for the 2023 Venables Award (open source software for data analytics).

{circacompare}

Uses non-linear regression to statistically compare two circadian rhythms. Groups are only compared if both are rhythmic (amplitude is non-zero). Performs analyses regarding mesor, phase, and amplitude, reporting on estimates and statistical differences, for each, between groups. Details can be found in Parsons et al (2020) <doi:10.1093/bioinformatics/btz730>.

{simMetric}

Allows users to quickly apply individual or multiple metrics to evaluate Monte Carlo simulation studies.

{DSSP}

Draw samples from the direct sampling spatial prior model as described in G. White, D. Sun, P. Speckman (2019) <arXiv:1906.05575>. The basic model assumes a Gaussian likelihood and derives a spatial prior based on thin-plate splines.