Version v0.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Subroutines
Categories:
What are ready4 subroutines?
Sub-routines need to be called by parent programs that supply them with input data. Sub-routines can be called by multiple programs and will produce output that varies based on the input values they are supplied with. They are typically deployed to implement parts of a model’s analysis and reporting algorithm.
Why are they useful?
ready4 subroutines can be used for the following purposes:
- to help execute a program or function written by a third party (in which case you probably won’t need to modify the subroutine and may not even be aware that it is being used);
- to help execute a program or function that you write (in which case, you shouldn’t have to modify the subroutine, but may find it useful to customise it to your purposes); and
- to serve as a template for subroutines you write yourself that perform similar tasks (in which case you will be rewriting the subroutine’s code).
Current ready4 subroutines
Currently available ready4 subroutines are summarised in the below table.
Subroutine | Release | Date | Description | Source |
---|---|---|---|---|
ms_tmpl | 0.1.1.0 | 19-Apr-2022 | A collection of files to provide a template for generating scientific manuscripts describing open source mental health systems models projects that use the ready4 framework.This release is a minor patch to correct an incorrectly specified version number. | Dev , Archive |
mychoice_results | 0.1 | 07-Nov-2022 | Report results from a Discrete Choice Experiment implemented with the mychoice R package. | Dev, Archive |
ttu_lng_ss | 0.8.0.0 | 09-Sep-2022 | This software extends the R package TTU (https://ready4-dev.github.io/TTU/) by providing a toolkit for automatically authoring a first draft of a scientific manuscript describing a utility mapping study using metadada generated by TTU classes and methods. The extension can produce manuscripts in PDF / LaTex and Word formats - see https://doi.org/10.7910/DVN/D74QMP for examples. It should be noted that the Word output requires some manual editing to adapt section numbering, modify table headers and resize tables to page boundaries.This version fixes some bugs in how software versions were referenced in the generated manuscript. | Dev , Archive |
ttu_mdl_ctlg | 0.0.9.7 | 09-Sep-2022 | Generate a template utility mapping (transfer to utility) model catalogueThis update fixes an issue with the display size of plots. | Dev, Archive |
Documentation
ready4 programs are currently minimally documented, typically in the form as notes contained in a README file in the source code bundle.