This is the multi-page printable view of this section. Click here to print.
Subroutine templates for authoring analysis reports
- 1: Make a catalogue of utility mapping models
- 2: Author a template scientific manuscript
- 3: Author a draft scientific manuscript for a utility mapping study
- 4: Make results summary for a Discrete Choice Experiment
1 - Make a catalogue of utility mapping models
This below section reproduces the README file of an R Markdown sub-routine. The following alternative options may provide more contextual information and access to more useful code formats:
- view examples of the catalogues produced by this subroutine in a study dataset (the names of the relevant files all begin with “AAA_TTU_MDL_CTG”);
- view the README along with the current release of its R Markdown code (useful if you plan to run the code); and
- view the README along with the current development version of its R Markdown code (useful if you wish to copy or edit the code)
ttu_mdl_ctlg
Markdown files to create utility mapping (transfer to utility) model catalogues
2 - Author a template scientific manuscript
This below section reproduces the README file of an R Markdown sub-routine. The following alternative options may provide more contextual information and access to more useful code formats:
- view an illustrative example of a program to call this subroutine (useful to understand how to use it);
- view the README along with the current release of its R Markdown code (useful if you plan to run the code); and
- view the README along with the current development version of its R Markdown code (useful if you wish to copy or edit the code)
ms_tmpl: Generate a template scientific manuscript
3 - Author a draft scientific manuscript for a utility mapping study
This below section reproduces the README file of an R Markdown sub-routine. The following alternative options may provide more contextual information and access to more useful code formats:
Create a Draft Scientific Manuscript For A Utility Mapping Study
This sub-routine program extends the R package TTU (https://ready4-dev.github.io/TTU/index.html) by providing a toolkit for automatically authoring a first draft of a scientific manuscript from results generated by TTU functions.
The program is intended for use and as the last component of TTU’s reporting workflow for longitudinal modelling projects. An example of this workflow is available at: https://doi.org/10.5281/zenodo.6116077 . This program generalises a program that produced the manuscript for a real world study (https://www.medrxiv.org/content/10.1101/2021.07.07.21260129v2.full).
The program can produce manuscripts in PDF / LaTex (example - https://dataverse.harvard.edu/api/access/datafile/4957407) and Word (example - https://dataverse.harvard.edu/api/access/datafile/4957416). 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.
There are two suggested workflows to further develop the algorithm-authored first draft into something that could be submitted for publication:
Suggested citation (bibTeX):
@software{hamilton_matthew_2022_6931146, author = {Hamilton, Matthew and Gao, Caroline}, title = {{ttu_lng_ss: Create a Draft Scientific Manuscript For A Utility Mapping Study}}, month = jul, year = 2022, note = {{Matthew Hamilton and Caroline Gao (2022). ttu_lng_ss: Create a Draft Scientific Manuscript For A Utility Mapping Study. Zenodo. https://doi.org/10.5281/zenodo.5976987. Version 0.8.0.0}}, publisher = {Zenodo}, version = {0.8.0.0}, doi = {10.5281/zenodo.5976987}, url = {https://doi.org/10.5281/zenodo.5976987} }
4 - Make results summary for a Discrete Choice Experiment
This below section reproduces the README file of an R Markdown sub-routine. The following alternative options may provide more contextual information and access to more useful code formats:
Report results from a Discrete Choice Experiment implemented with the mychoice R package.
Suggested citation (bibTeX):
@software{hamilton_matthew_2022_6931146, author = {Hamilton, Matthew}, title = {{mychoice_results: Report results from a Discrete Choice Experiment implemented with the mychoice R package}}, month = nov, year = 2022, note = {{Matthew Hamilton (2022). mychoice_results: Report results from a Discrete Choice Experiment implemented with the mychoice R package. Zenodo. https://doi.org/10.5281/zenodo.7297904. Version 0.1.0.0}}, version = {0.1.0.0}, doi = {10.5281/zenodo.7297904}, url = {https://doi.org/10.5281/zenodo.7297904} }