Skip to content

rmbarber/mrtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRTool

https://readthedocs.org/projects/mrtool/badge/?version=latest https://travis-ci.com/ihmeuw-msca/MRTool.svg?branch=master https://coveralls.io/repos/github/ihmeuw-msca/MRTool/badge.svg?branch=master https://scrutinizer-ci.com/g/ihmeuw-msca/MRTool/badges/quality-score.png?b=master

MRTool (Meta-Regression Tool) package is designed to solve general meta-regression problem. The most interesting features include,

  • linear and log prediction function,
  • spline extension for covariates,
  • direct Gaussian, Uniform and Laplace prior on fixed and random effects,
  • shape constraints (monotonicity and convexity) for spline.

Advanced features include,

  • spline knots ensemble,
  • automatic covariate selection.

Installation

Required packages include,

  • basic scientific computing suite, Numpy, Scipy and Pandas,
  • main optimization engine, IPOPT,
  • customized packages, LimeTr and XSpline,
  • testing tool, Pytest.

After install the required packages, clone the repository and install MRTool.

git clone https://github.com/ihmeuw-msca/MRTool.git
cd MRTool && python setup.py install

For more information please check the documentation.

About

Featured Nonlinear Mixed effects Models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%