/clmel

Cox LME landmarking

Primary LanguageR

clmel

R build status codecov Life Cycle CRAN status License: GPL-3 Codecov test coverage

Overview

Landmark models predicting risk using Cox proportional hazards and linear mixed-effects. Optimised for electronic health records, Based on Paige et al. (2018).

Installation instructions

Running the below code will install the package.

if (!require("devtools")) install.packages("devtools")
devtools::install_github("nathansam/clmel")