-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cosmetic updates to prepare for public release
In README: * Fixes for typos and consistent formatting * Added "Getting Started" Section to help with reproducibility Initial commit for README files for "code", "data", and "figures" subdirectories * Added to help with reproducibility Updates to .gitignore: * Unignore "data", and "figures" subdirectories
- Loading branch information
Ian Buller, PhD, MA
committed
Jun 7, 2022
1 parent
519e978
commit 9bb32ef
Showing
5 changed files
with
79 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src="../hex/hex.png" width="120" align="right" /> | ||
=================================================== | ||
|
||
### R Scripts Included In This Repository | ||
|
||
This repository includes R scripts use to calculate the geospatial techniques and render the figures found in the following peer-reviewed manuscript: | ||
|
||
Shreves AH, Buller ID, Chase E, Creutzfeld H, Fisher JA, Graubard BI, Hoover RN, Silverman DT, Devesa SS, Jones RR. Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking. _Cancer Epidemiology, Biomarkers & Prevention_ (Submitted) | ||
|
||
<table> | ||
<colgroup> | ||
<col width="20%" /> | ||
<col width="80%" /> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
<th>R Script</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<td><p align="center"><code>functions.R</code></td> | ||
<td>Custom functions to calculate the local Lee's L statistic with correction for multiple testing</td> | ||
</tr> | ||
<td><p align="center"><code>preparation.R</code></td> | ||
<td>Calculate the local Lee's L statistics for the four comparisons. Requires a data set to run (not included; see notes within). </td> | ||
</tr> | ||
<td><p align="center"><code>figure1.R</code></p></td> | ||
<td>Generate Figure 1</td> | ||
</tr> | ||
<td><p align="center"><code>figure2.R</code></p></td> | ||
<td>Generate Figure 2</td> | ||
</tr> | ||
<td><p align="center"><code>supplemental1.R</code></p></td> | ||
<td>Generate Supplemental Figure 1</td> | ||
</tr> | ||
<td><p align="center"><code>supplemental2.R</code></p></td> | ||
<td>Generate Supplemental Figure 2</td> | ||
</tr> | ||
</tbody> | ||
<table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src="../hex/hex.png" width="120" align="right" /> | ||
=================================================== | ||
|
||
Place data here (data not included). | ||
|
||
The `preparation.R` file calls a CSV file named "lung_cancer_mortality_and_smoking_prevalence.csv" | ||
|
||
### Data Availability | ||
|
||
County-level U.S. lung cancer mortality rates and smoking prevalences are downloadable from [Model-based Small Area Estimates of Cancer-Related Measures](https://sae.cancer.gov/nhis-brfss/) from the [Surveillance Research Program](https://surveillance.cancer.gov/) within the [Division of Cancer Control and Population Sciences](https://cancercontrol.cancer.gov/) of the [National Cancer Institute](https://www.cancer.gov/) and the [National Vital Statistics System](https://www.cdc.gov/nchs/nvss/index.htm) from the [National Center for Health Statistics](https://www.cdc.gov/nchs/index.htm) of the [Centers for Disease Control and Prevention](https://www.cdc.gov/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src="../hex/hex.png" width="120" align="right" /> | ||
=================================================== | ||
|
||
Save generated figures here (figures not included). See the figures in the following peer-reviewed manuscript: | ||
|
||
Shreves AH, Buller ID, Chase E, Creutzfeld H, Fisher JA, Graubard BI, Hoover RN, Silverman DT, Devesa SS, Jones RR. Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking. _Cancer Epidemiology, Biomarkers & Prevention_ (Submitted) |