Skip to content

Commit

Permalink
acs and piaac
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Dec 18, 2024
1 parent 7f89daf commit 441f10e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion acs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Three Example Findings:

2. [In 2021, 8 million families lived with non-relatives and were not renters nor homeowners themselves](https://www.zillow.com/research/affordability-crisis-missing-homes-32791/).

3. [More than half of rural physicians were at least 50 years old in 2017, more than a quarter at least 60](https://www.nejm.org/doi/full/10.1056/NEJMp1900808).
3. [Averaging 2010-2014, the 98th percentile of wages in real estate sales was more than twice the 90th](http://doi.org/10.3386/w31366).

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/american-community-survey-acs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ <h2>Recommended Reading<a href="american-community-survey-acs.html#recommended-r
<ol style="list-style-type: decimal">
<li><p><a href="https://www.pnas.org/doi/10.1073/pnas.2024777118#sec-1">Life expectancy in adulthood fell between 1990 and 2018 for those without a university degree</a>.</p></li>
<li><p><a href="https://www.zillow.com/research/affordability-crisis-missing-homes-32791/">In 2021, 8 million families lived with non-relatives and were not renters nor homeowners themselves</a>.</p></li>
<li><p><a href="https://www.nejm.org/doi/full/10.1056/NEJMp1900808">More than half of rural physicians were at least 50 years old in 2017, more than a quarter at least 60</a>.</p></li>
<li><p><a href="http://doi.org/10.3386/w31366">Averaging 2010-2014, the 98th percentile of wages in real estate sales was more than twice the 90th</a>.</p></li>
</ol>
<p><br></p>
<p>Two Methodology Documents:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ <h1>Programme for the International Assessment of Adult Competencies (PIAAC)<a h
<hr />
<p>Please skim before you begin:</p>
<ol style="list-style-type: decimal">
<li><p><a href="https://www.oecd.org/skills/piaac/publications/PIAAC_Technical_Report_2019.pdf">Technical Report of the Survey of Adult Skills</a></p></li>
<li><p><a href="https://www.oecd.org/content/dam/oecd/en/about/programmes/edu/piaac/technical-reports/cycle-1/PIAAC_Technical_Report_2019.pdf/_jcr_content/renditions/original./PIAAC_Technical_Report_2019.pdf">Technical Report of the Survey of Adult Skills</a></p></li>
<li><p><a href="https://en.wikipedia.org/wiki/Programme_for_the_International_Assessment_of_Adult_Competencies">Wikipedia Entry</a></p></li>
<li><p>A haiku regarding this microdata:</p></li>
</ol>
Expand All @@ -1223,7 +1223,7 @@ <h2>Download, Import, Preparation<a href="programme-for-the-international-assess
<span id="cb1021-3"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-3" tabindex="-1"></a></span>
<span id="cb1021-4"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-4" tabindex="-1"></a>tf <span class="ot">&lt;-</span> <span class="fu">tempfile</span>()</span>
<span id="cb1021-5"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-5" tabindex="-1"></a></span>
<span id="cb1021-6"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-6" tabindex="-1"></a>this_url <span class="ot">&lt;-</span> <span class="st">&quot;https://webfs.oecd.org/piaac/puf-data/SAS/SAS7BDAT/prgusap1_2012.sas7bdat&quot;</span></span>
<span id="cb1021-6"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-6" tabindex="-1"></a>this_url <span class="ot">&lt;-</span> <span class="st">&quot;https://webfs.oecd.org/piaac/cy1-puf-data/SAS/SAS7BDAT/prgusap1_2012.sas7bdat&quot;</span></span>
<span id="cb1021-7"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-7" tabindex="-1"></a></span>
<span id="cb1021-8"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-8" tabindex="-1"></a><span class="fu">GET</span>( this_url , <span class="fu">write_disk</span>( tf ) , <span class="fu">progress</span>() )</span>
<span id="cb1021-9"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1021-9" tabindex="-1"></a></span>
Expand Down Expand Up @@ -1439,7 +1439,7 @@ <h3>Regression Models and Tests of Association<a href="programme-for-the-interna
</div>
<div id="replication-example-32" class="section level2 unnumbered hasAnchor">
<h2>Replication Example<a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#replication-example-32" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>This example matches the statistics and standard errors from <a href="https://www.oecd.org/skills/piaac/_Technical%20Report_17OCT13.pdf#page=455">OECD’s Technical Report Table 18.9</a>:</p>
<p>This example matches the statistics and standard errors from <a href="https://web.archive.org/web/20240624052057/https://www.oecd.org/skills/piaac/_Technical%20Report_17OCT13.pdf">OECD’s Technical Report Table 18.9</a>:</p>
<div class="sourceCode" id="cb1044"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1044-1"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1044-1" tabindex="-1"></a>usa_pvlit <span class="ot">&lt;-</span></span>
<span id="cb1044-2"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1044-2" tabindex="-1"></a> <span class="fu">MIcombine</span>( <span class="fu">with</span>( piaac_design , <span class="fu">svymean</span>( <span class="sc">~</span> pvlit , <span class="at">na.rm =</span> <span class="cn">TRUE</span> ) ) )</span>
<span id="cb1044-3"><a href="programme-for-the-international-assessment-of-adult-competencies-piaac.html#cb1044-3" tabindex="-1"></a> </span>
Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion metadata/acs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Three Example Findings:

2. [In 2021, 8 million families lived with non-relatives and were not renters nor homeowners themselves](https://www.zillow.com/research/affordability-crisis-missing-homes-32791/).

3. [More than half of rural physicians were at least 50 years old in 2017, more than a quarter at least 60](https://www.nejm.org/doi/full/10.1056/NEJMp1900808).
3. [Averaging 2010-2014, the 98th percentile of wages in real estate sales was more than twice the 90th](http://doi.org/10.3386/w31366).


<br>

Expand Down
6 changes: 3 additions & 3 deletions piaac.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A cross-national study designed to understand the skills of workers in advanced-

Please skim before you begin:

1. [Technical Report of the Survey of Adult Skills](https://www.oecd.org/skills/piaac/publications/PIAAC_Technical_Report_2019.pdf)
1. [Technical Report of the Survey of Adult Skills](https://www.oecd.org/content/dam/oecd/en/about/programmes/edu/piaac/technical-reports/cycle-1/PIAAC_Technical_Report_2019.pdf/_jcr_content/renditions/original./PIAAC_Technical_Report_2019.pdf)

2. [Wikipedia Entry](https://en.wikipedia.org/wiki/Programme_for_the_International_Assessment_of_Adult_Competencies)

Expand All @@ -37,7 +37,7 @@ library(httr)
tf <- tempfile()
this_url <- "https://webfs.oecd.org/piaac/puf-data/SAS/SAS7BDAT/prgusap1_2012.sas7bdat"
this_url <- "https://webfs.oecd.org/piaac/cy1-puf-data/SAS/SAS7BDAT/prgusap1_2012.sas7bdat"
GET( this_url , write_disk( tf ) , progress() )
Expand Down Expand Up @@ -312,7 +312,7 @@ summary( glm_result )

## Replication Example {-}

This example matches the statistics and standard errors from [OECD's Technical Report Table 18.9](https://www.oecd.org/skills/piaac/_Technical Report_17OCT13.pdf#page=455):
This example matches the statistics and standard errors from [OECD's Technical Report Table 18.9](https://web.archive.org/web/20240624052057/https://www.oecd.org/skills/piaac/_Technical%20Report_17OCT13.pdf):

```{r eval = FALSE , results = "hide" }
usa_pvlit <-
Expand Down
2 changes: 1 addition & 1 deletion vignetterator/generate.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commit_memo <- "'pew'"
commit_memo <- "'acs and piaac'"

# source( file.path( path.expand( "~" ) , "Github/asdfree/vignetterator/generate.R" ) )

Expand Down

0 comments on commit 441f10e

Please sign in to comment.