Skip to content

Commit

Permalink
Transfering public version of repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
DKBurns committed Mar 26, 2024
1 parent b58f9e4 commit 8e2bb67
Show file tree
Hide file tree
Showing 78 changed files with 26,025 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
Binary file added 1_Data/FPNMA_means.rds
Binary file not shown.
Binary file not shown.
Binary file added 1_Data/IPD_R_input_noACIC.xlsx
Binary file not shown.
Binary file added 1_Data/PH_NMA_CODA.rds
Binary file not shown.
35 changes: 35 additions & 0 deletions 1_Data/README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "Data folder"
references: library.bib
bibliography: library.bib
output:
word_document:
toc: yes
toc_depth: '3'
html_document:
df_print: paged
toc: yes
toc_depth: 3
number_sections: yes
csl: elsvan.csl
---

# Description

This is the readme for the data folder. Explanation and sources for all data used will be provided here. This is an example of how a README will be structured for the generic model in Phase II of this pilot.

The file library.bib is a LaTex file containing the reference library. This can be updated directly from the reference manager Zotero (it can export .bib files). Use the visual editor in Rstudio (v1.2+) to easily add references using the drop down menu. There is an example in there, taken from Google scholar results (click ref and then bibtex).

# Some example text

The NICE DSU published a further technical support document, expanding the set of survival analysis approaches recommended by NICE [@tsd21].

## gpop adjustment

The population norms for HRQoL are adjusted for declination in the general population, using the 2011 article by Ara & Brazier [@ara2011using]. This publication does not report the variance-covariance matrix for the regression analysis, so it is impossible to vary these adjustments in the probabilistic setting as the correlation structure between parameters cannot be taken into account. Varying these separately could lead to spurious results or inference due to non-linear interactions between the parameters (some of which are transformed).

### Something even more specific

Something interesting [@brazier2011; @craig2012; @goryakin2015].

# References
Binary file added 1_Data/README.docx
Binary file not shown.
Binary file not shown.
134 changes: 134 additions & 0 deletions 1_Data/elsnumalph.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Elsevier (numeric, with titles, sorted alphabetically)</title>
<id>http://www.zotero.org/styles/elsevier-with-titles-alphabetical</id>
<link href="http://www.zotero.org/styles/elsevier-with-titles-alphabetical" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-with-titles" rel="template"/>
<link href="http://www.elsevier.com/journals/cryobiology/0011-2240/guide-for-authors#68000" rel="documentation"/>
<author>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</author>
<contributor>
<name>Rintze Zelle</name>
<uri>http://twitter.com/rintzezelle</uri>
</contributor>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>A style for many of Elsevier's journals that includes article titles in the reference list, but sorted alphabetically</summary>
<updated>2016-04-21T15:20:00+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
<names variable="author">
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher" suffix=", "/>
<text variable="publisher-place" suffix=", "/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<!--TODO: CSL should have low numeric be text (e.g. '3'->'third')-->
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="author" suffix=", "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" suffix=", "/>
<text term="in" suffix=": "/>
<text macro="editor" suffix=", "/>
<text variable="container-title" form="short" text-case="title" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short" prefix=": "/>
<text variable="page"/>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<text variable="title"/>
<text variable="number"/>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title"/>
<text variable="genre"/>
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</else-if>
<else>
<group delimiter=" ">
<text variable="title" suffix=","/>
<text variable="container-title" form="short" text-case="title" suffix="."/>
<text variable="volume"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text variable="page" form="short"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
163 changes: 163 additions & 0 deletions 1_Data/elsvan.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" page-range-format="minimal" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Elsevier - Vancouver</title>
<id>http://www.zotero.org/styles/elsevier-vancouver</id>
<link href="http://www.zotero.org/styles/elsevier-vancouver" rel="self"/>
<link href="http://www.elsevier.com/journals/energy/0360-5442/guide-for-authors#68000" rel="documentation"/>
<author>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>A style for some Elsevier journals, resembles Vancouver style</summary>
<updated>2019-10-15T15:13:52+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
<names variable="author">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
<label form="long" prefix=", " suffix="."/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": " text-case="title"/>
<text variable="publisher" suffix="; "/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="webpage post-weblog" match="any">
<choose>
<if variable="URL">
<text variable="URL"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="7" et-al-use-first="6">
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="author" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<text variable="title"/>
<text variable="volume" prefix="vol. "/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<group>
<text term="in" text-case="sentence" suffix=": "/>
<text macro="editor"/>
</group>
<group delimiter=", ">
<text variable="container-title" form="short"/>
<text variable="volume" prefix="vol. "/>
</group>
<text macro="edition"/>
</group>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short" plural="never"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="number"/>
</group>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<text variable="title"/>
<text variable="genre"/>
<group delimiter=", ">
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else>
<group delimiter=":">
<group delimiter=" ">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title" form="short" text-case="title" strip-periods="true"/>
</group>
<group delimiter=";">
<text macro="year-date"/>
<text variable="volume"/>
</group>
</group>
<text variable="page" form="short"/>
</group>
</else>
</choose>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>
46 changes: 46 additions & 0 deletions 1_Data/library.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
@article{ara2011using,
title={Using health state utility values from the general population to approximate baselines in decision analytic models when condition-specific data are not available},
author={Ara, Roberta and Brazier, John E},
journal={Value in Health},
volume={14},
number={4},
pages={539--545},
year={2011},
publisher={Elsevier}
}

@article{tsd21,
title = {NICE DSU Technical Support Document 21: Flexible Methods for Survival Analysis},
author = {Rutherford, Mark J and Lambert, Paul C and Sweeting, Michael J and Pennington, Becky and Crowther, Michael J and Abrams, Keith R and Latimer, Nicholas R},
pages = {97},
note = {Citation Key: tsd21},
langid = {en}
}

@article{brazier2011,
title = {NICE DSU Technical Support Document 11: Alternatives to EQ-5D for Generating Health State Utility Values},
author = {Brazier, John and Rowen, Donna},
year = {2011},
date = {2011},
url = {http://www.nicedsu.org.uk/TSD11%20Alternatives%20to%20EQ-5D_final.pdf}
}

@article{craig2012,
title = {Using natural experiments to evaluate population health interventions: new Medical Research Council guidance},
author = {Craig, Peter and Cooper, Cyrus and Gunnell, David and Haw, Sally and Lawson, Kenny and Macintyre, Sally and Ogilvie, David and Petticrew, Mark and Reeves, Barney and Sutton, Matt and others, },
year = {2012},
date = {2012},
journal = {Journal of epidemiology and community health},
pages = {jech{\textendash}2011}
}

@article{goryakin2015,
title = {The impact of economic, political and social globalization on overweight and obesity in the 56 low and middle income countries},
author = {Goryakin, Yevgeniy and Lobstein, Tim and James, W Philip T and Suhrcke, Marc},
year = {2015},
date = {2015},
journal = {Social Science & Medicine},
pages = {67{\textendash}76},
volume = {133},
note = {Publisher: Elsevier}
}
Loading

0 comments on commit 8e2bb67

Please sign in to comment.