-
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.
- Loading branch information
Showing
23 changed files
with
2,000 additions
and
32 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
_freeze/posts/2024-02-01-getting-started-with-r/index/execute-results/html.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
_freeze/posts/2024-02-02-download-dhs-data/index/execute-results/html.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
_freeze/posts/2024-02-04-dhs-chirps/index/execute-results/html.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -276,6 +276,7 @@ <h1 class="title">An Introduction to R</h1> | |
<li><a href="#terra" id="toc-terra" class="nav-link" data-scroll-target="#terra">terra</a></li> | ||
</ul> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul></nav> | ||
|
@@ -490,9 +491,11 @@ <h1 class="title">An Introduction to R</h1> | |
</div></div><p><a href="https://rspatial.org/">terra</a> provides a general framework for working with spatial data in both raster and vector format.</p> | ||
<p>While sf provides an alternative approach to working with vector data, terra’s raster handling stands alone and provides robust methods to quickly index, aggregate, and manipulate raster data.</p> | ||
<p>Because of its speed and simplicity, terra has superseded the long-lived raster package, which is being retired. You may still see online resources that reference the raster package, but we suggest relying only on terra.</p> | ||
</section></section></section><div id="quarto-appendix" class="default"><section id="getting-help" class="level2 appendix"><h2 class="anchored quarto-appendix-heading">Getting Help</h2><div class="quarto-appendix-contents"> | ||
<p>Questions or comments? Check out the <a href="https://forum.ipums.org">IPUMS User Forum</a> or reach out to IPUMS User Support at [email protected].</p> | ||
|
||
|
||
</section></section></section></main><!-- /main --><script id="quarto-html-after-body" type="application/javascript"> | ||
</div></section></div></main><!-- /main --><script id="quarto-html-after-body" type="application/javascript"> | ||
window.document.addEventListener("DOMContentLoaded", function (event) { | ||
const toggleBodyColorMode = (bsSheetEl) => { | ||
const mode = bsSheetEl.getAttribute("data-mode"); | ||
|
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 |
---|---|---|
|
@@ -270,6 +270,7 @@ <h1 class="title">Obtaining Data from IPUMS DHS</h1> | |
<a href="#load-ipums-dhs-data-into-r" id="toc-load-ipums-dhs-data-into-r" class="nav-link" data-scroll-target="#load-ipums-dhs-data-into-r">Load IPUMS DHS data into R</a> | ||
<ul class="collapse"> | ||
<li><a href="#why-use-ipumsr" id="toc-why-use-ipumsr" class="nav-link" data-scroll-target="#why-use-ipumsr">Why use ipumsr?</a></li> | ||
|
||
</ul> | ||
</li> | ||
</ul></nav> | ||
|
@@ -405,9 +406,11 @@ <h1 class="title">Obtaining Data from IPUMS DHS</h1> | |
</section><section id="access-the-ipums-api" class="level4"><h4 class="anchored" data-anchor-id="access-the-ipums-api">Access the IPUMS API</h4> | ||
<p>Finally, ipumsr provides an R interface for the IPUMS API, allowing you to request and download data entirely within your R environment. While these features do not currently support IPUMS DHS, work on the API is ongoing, so you may be able to access IPUMS DHS data in the future! To see more about the projects that are currently supported by the IPUMS API, check out the <a href="https://developer.ipums.org/docs/v2/apiprogram/">API documentation</a>.</p> | ||
<p>See the <a href="https://tech.popdata.org/ipumsr/articles/ipums-api.html">API introduction</a> to learn how to use ipumsr to interact with the IPUMS API.</p> | ||
</section></section></section><div id="quarto-appendix" class="default"><section id="getting-help" class="level2 appendix"><h2 class="anchored quarto-appendix-heading">Getting Help</h2><div class="quarto-appendix-contents"> | ||
<p>Questions or comments? Check out the <a href="https://forum.ipums.org">IPUMS User Forum</a> or reach out to IPUMS User Support at [email protected].</p> | ||
|
||
|
||
</section></section></section></main><!-- /main --><script id="quarto-html-after-body" type="application/javascript"> | ||
</div></section></div></main><!-- /main --><script id="quarto-html-after-body" type="application/javascript"> | ||
window.document.addEventListener("DOMContentLoaded", function (event) { | ||
const toggleBodyColorMode = (bsSheetEl) => { | ||
const mode = bsSheetEl.getAttribute("data-mode"); | ||
|
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 |
---|---|---|
|
@@ -291,6 +291,7 @@ <h2 id="toc-title">Contents</h2> | |
<ul class="collapse"> | ||
<li><a href="#for-more-information" id="toc-for-more-information" class="nav-link" data-scroll-target="#for-more-information">For more information</a></li> | ||
</ul></li> | ||
|
||
</ul> | ||
</nav> | ||
</nav> | ||
|
@@ -338,13 +339,17 @@ <h3 class="anchored" data-anchor-id="for-more-information">For more information< | |
<p>To learn more about the technical modeling implications of climate-change-and-health conceptual models, see Dorélien and Grace (2023).<span class="citation" data-cites="Dorelien2023"><sup><a href="#ref-Dorelien2023" role="doc-biblioref">4</a></sup></span></p> | ||
<p>To see a specific model of the impact of climate change on women’s reproductive health in Africa, see Grace (2017).<span class="citation" data-cites="Grace2017"><sup><a href="#ref-Grace2017" role="doc-biblioref">3</a></sup></span></p> | ||
<p>For further delineation of the elements in climate-change-and-health models (in the U.S. context), see Balbus et al. (2016).<span class="citation" data-cites="Balbus2016"><sup><a href="#ref-Balbus2016" role="doc-biblioref">5</a></sup></span></p> | ||
</section> | ||
</section> | ||
|
||
|
||
<div id="quarto-appendix" class="default"><section id="getting-help" class="level2 appendix"><h2 class="anchored quarto-appendix-heading">Getting Help</h2><div class="quarto-appendix-contents"> | ||
|
||
<p>Questions or comments? Check out the <a href="https://forum.ipums.org">IPUMS User Forum</a> or reach out to IPUMS User Support at [email protected].</p> | ||
|
||
|
||
</section> | ||
</section> | ||
|
||
<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" role="doc-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent" data-line-spacing="2" role="list"> | ||
</div></section><section class="quarto-appendix-contents" role="doc-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent" data-line-spacing="2" role="list"> | ||
<div id="ref-Ebi2018" class="csl-entry" role="listitem"> | ||
1. Ebi, K. L., Balbus, J. M., Luber, G., Bole, A., Crimmins, A., Glass, G., Shubhayu, S., Shimamoto, M. M., Trtanj, J., & White-Newsome, J. L. (2018). Human health. In D. R. Reidmiller, C. W. Avery, D. R. Easterling, K. E. Kunkel, K. L. M. Lewis, T. K. Maycock, & B. C. Stewart (Eds.), <em>Impacts, Risks, and Adaptation in the United States: Fourth National Climate Assessment</em> (Vol. 2, pp. 539–571). U.S. Global Change Research Program. <a href="https://doi.org/10.7930/NCA4.2018.CH14">https://doi.org/10.7930/NCA4.2018.CH14</a> | ||
</div> | ||
|
Oops, something went wrong.