clintrials

Clinical trial designs and methods in Python

View the Project on GitHub brockk/clintrials

Welcome to clintrials

This package is a collection of clinical trials designs and methods created by Kristian Brock (@brockk). The aim is to eventually implement calculations for all trial phases but right now, I am focusing on early phase methods, particularly dose-finding designs because this fits with my PhD.

Contained herein is a Python implementation of the O'Quigley's CRM method, inspired by Ken Cheung's R package dfcrm. Rather excitingly, there is also an implementation of Thall & Cook's EffTox. I think this might be the only open source implementation of this powerful but challenging method so that is quite exciting.

You can fetch a copy of the package by using buttons above or by using git on your machine:

$ mkdir clintrials
$ cd clintrials
$ git clone https://github.com/brockk/clintrials.git

API Docs

I have mostly written these, I just need to figure out how to get GitHub to serve the pages. Some light reading for me.