Skip to content

uo-cmor/cmor.tools

Repository files navigation

cmor.tools

The goal of the CMOR Tools ecosystem is to provide standardised tools to initialise a research project folder, undertake analysis, and generate output reports (journal manuscripts, etc.) for research projects undertaken at CMOR. This package installs and loads all packages in the ecosystem.

Installation

You can install cmor.tools from GitHub with:

#install.packages("remotes")
remotes::install_github("uo-cmor/cmor.tools")

Packages

library(cmor.tools) will load the CMOR Tools packages:

  • formattr: Format numbers & descriptive statistics nicely for output reports;
  • CMORprojects: Data analysis project workflow tools;
  • regtools: Functions for the analysis of regression models;
  • CMORplots: ggplot themes and colour palettes for figure formatting;
  • SF6Dvalues: Calculate SF-6D health utility values from SF-12/SF-36 questionnaires;
  • cea: Tools for trial-based cost-effectiveness analyses.