Download, Import, Preparation
Load the SAScii
library to interpret a SAS input program, and also re-arrange the SAS input program:
diff --git a/metadata/yrbss.txt b/metadata/yrbss.txt
index 93960d64..1207278c 100644
--- a/metadata/yrbss.txt
+++ b/metadata/yrbss.txt
@@ -8,7 +8,7 @@ The high school edition of the Behavioral Risk Factor Surveillance System (BRFSS
table_structure: * One table with one row per sampled youth respondent.
-generalizable_population: * A complex sample survey designed to generalize to all public and private school students in grades 9-12 in the United States.
+generalizable_population: * A complex sample designed to generalize to US public and private school students in grades 9-12.
publication_period: * Released biennially since 1993.
@@ -16,23 +16,53 @@ administrative_organization: * Administered by the [Centers for Disease Control
+
~~~{reading_block}
-Please skim before you begin:
+## Recommended Reading {-}
+
+Four Example Strengths & Limitations:
+
+✔️ [2023 included 68 site-level surveys in 39 states, 3 tribal governments, 5 territories, and 21 districts](https://www.cdc.gov/mmwr/volumes/73/su/su7304a1.htm)
+
+✔️ [Classrooms sampled in each grade from required subject (e.g., math) or period (e.g., homeroom)](https://www.cdc.gov/yrbs/dstr/pdf/YRBS-2023-Data-Summary-Trend-Report.pdf)
+
+❌ [BMI calculated from self-reported height and weight underestimates the prevalence of obesity](https://www.cdc.gov/yrbs/media/pdf/2025/2025-standard-YRBS-item-rationale508.pdf)
+
+❌ [Arizona, Georgia, and Kansas did not obtain representative data from their 2023 high school surveys](https://www.cdc.gov/yrbs/data/yrbs-participation.html)
+
+
+
+Three Example Findings:
+
+1. [After Needham, Massachusetts outlawed tobacco sales to anyone under 21, the town's youth smoking rate decline nearly tripled that of its neighbors between implementation of the law and 2010](http://doi.org/10.1056/NEJMp1314626).
-1. [Methodology of the Youth Risk Behavior Surveillance System](https://www.cdc.gov/mmwr/pdf/rr/rr6201.pdf)
+2. [In 2021, 13% of Mississippi high school students used cannabis, lower than the US average of 28%](https://doi.org/10.3390/ijerph21081109).
-2. [Wikipedia Entry](https://en.wikipedia.org/wiki/Youth_Risk_Behavior_Surveillance_System)
+3. [77% of U.S. high school students in 2023 reported using social media at least several times a day](http://dx.doi.org/10.15585/mmwr.su7304a3).
-3. A haiku regarding this microdata:
+
+
+Two Methodology Documents:
+
+> [Methodology of the Youth Risk Behavior Surveillance System](https://www.cdc.gov/mmwr/pdf/rr/rr6201.pdf)
+
+> [Wikipedia Entry](https://en.wikipedia.org/wiki/Youth_Risk_Behavior_Surveillance_System)
+
+
+
+One Haiku:
```{r}
# maladolescence
# epidemiology
# sex, drugs, rock and roll
```
+
~~~
+
+
~~~{download_and_import_block}
Load the `SAScii` library to interpret a SAS input program, and also re-arrange the SAS input program:
diff --git a/vignetterator/generate.R b/vignetterator/generate.R
index 7d27e77a..9b883c31 100644
--- a/vignetterator/generate.R
+++ b/vignetterator/generate.R
@@ -1,4 +1,4 @@
-commit_memo <- "'vacs'"
+commit_memo <- "'yrbss'"
# source( file.path( path.expand( "~" ) , "Github/asdfree/vignetterator/generate.R" ) )
diff --git a/yrbss.Rmd b/yrbss.Rmd
index f2329d95..3c7bd1bd 100644
--- a/yrbss.Rmd
+++ b/yrbss.Rmd
@@ -6,7 +6,7 @@ The high school edition of the Behavioral Risk Factor Surveillance System (BRFSS
* One table with one row per sampled youth respondent.
-* A complex sample survey designed to generalize to all public and private school students in grades 9-12 in the United States.
+* A complex sample designed to generalize to US public and private school students in grades 9-12.
* Released biennially since 1993.
@@ -14,13 +14,39 @@ The high school edition of the Behavioral Risk Factor Surveillance System (BRFSS
---
-Please skim before you begin:
+## Recommended Reading {-}
-1. [Methodology of the Youth Risk Behavior Surveillance System](https://www.cdc.gov/mmwr/pdf/rr/rr6201.pdf)
+Four Example Strengths & Limitations:
-2. [Wikipedia Entry](https://en.wikipedia.org/wiki/Youth_Risk_Behavior_Surveillance_System)
+✔️ [2023 included 68 site-level surveys in 39 states, 3 tribal governments, 5 territories, and 21 districts](https://www.cdc.gov/mmwr/volumes/73/su/su7304a1.htm)
-3. A haiku regarding this microdata:
+✔️ [Classrooms sampled in each grade from required subject (e.g., math) or period (e.g., homeroom)](https://www.cdc.gov/yrbs/dstr/pdf/YRBS-2023-Data-Summary-Trend-Report.pdf)
+
+❌ [BMI calculated from self-reported height and weight underestimates the prevalence of obesity](https://www.cdc.gov/yrbs/media/pdf/2025/2025-standard-YRBS-item-rationale508.pdf)
+
+❌ [Arizona, Georgia, and Kansas did not obtain representative data from their 2023 high school surveys](https://www.cdc.gov/yrbs/data/yrbs-participation.html)
+
+
+
+Three Example Findings:
+
+1. [After Needham, Massachusetts outlawed tobacco sales to anyone under 21, the town's youth smoking rate decline nearly tripled that of its neighbors between implementation of the law and 2010](http://doi.org/10.1056/NEJMp1314626).
+
+2. [In 2021, 13% of Mississippi high school students used cannabis, lower than the US average of 28%](https://doi.org/10.3390/ijerph21081109).
+
+3. [77% of U.S. high school students in 2023 reported using social media at least several times a day](http://dx.doi.org/10.15585/mmwr.su7304a3).
+
+
+
+Two Methodology Documents:
+
+> [Methodology of the Youth Risk Behavior Surveillance System](https://www.cdc.gov/mmwr/pdf/rr/rr6201.pdf)
+
+> [Wikipedia Entry](https://en.wikipedia.org/wiki/Youth_Risk_Behavior_Surveillance_System)
+
+
+
+One Haiku:
```{r}
# maladolescence