Skip to content

ihmeuw-msca/mrtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6010b66 · Oct 15, 2024
Nov 8, 2022
Jun 25, 2024
Oct 15, 2024
Jun 27, 2024
Nov 7, 2022
Jun 25, 2024
Jun 10, 2020
Jan 17, 2023
Jul 12, 2023
Nov 8, 2022
Oct 15, 2024
Jun 25, 2024

Repository files navigation

License Documentation BuildStatus PyPI

MRTool

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

Use pip to install the package

pip install mrtool

For more information please check the documentation.