Publications by Nathan Green

De-duplicating clinic visits

25.11.2019

Problem We want to only keep an individual’s clinic visits which are for new infections.Therefore, want to remove repeat visit to the clinicwhere a repeat is defined as within 6 weeks of the previous visit. Solutions There are a number of way to tackle this problem which vary in terms of computation speed, simplicity and intuition. To begin, lo...

3342 sym R (7205 sym/14 pcs) 5 tbl

Creating WordPress blog posts with RMarkdown

25.11.2019

R Markdown This blog post is written as an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R...

903 sym R (500 sym/1 pcs)

Health Economics in R Hackathon

25.11.2019

Imperial College 2019 On November 6th – 7th 2019 at Imperial College London, we hosted the first health economics in R hackathon. The event was aimed at health economists, statistcians and R users who are interested in creating new R tools to tackle problems in health economics large or small. There was a lot of interest in the event (despite ...

2762 sym 4 img

Reconstructing data from Kaplan-Meier curves

03.12.2019

Using the methodology given in Guyot et al. BMC Medical Research Methodology 2012, 12:9 (http://www.biomedcentral.com/1471-2288/12/9), we held a practical session to show how to do this in R. The algorithm in Guyot (2012) is included in the digitise() function in the survHE package. The first step is to extract the data points from an image by us...

2048 sym R (2432 sym/5 pcs) 2 img

jagsAddIn: an RStudio AddIn

18.02.2020

I have been aware of the RStudio AddIns for a while now but never really saw the usefulness in them (see here https://rstudio.github.io/rstudioaddins/). To me the benefit of using RStudio is so coding in R is more fun and including more menus and clicking and taking away from the keyboard seemed like a step backwards. I know that some of my VIM c...

1774 sym

Health Economics in R Data Hack

21.03.2020

On January 21st – 22nd 2020 at Queen’s University Belfast, we hosted the second health economics in R event – a workshop/hackathon/data dive mash-up. (Read about the first one here). Generally, day one was aimed more at people new to health economics and R. Day two was aim more at those more familiar with health economic evaluation who were...

2848 sym 4 img