Skip to content

Commit

Permalink
mse
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Apr 16, 2018
1 parent 8a3ed49 commit d647f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata/ahs.txt
Expand Up @@ -13,16 +13,16 @@ publication_period: * Released more or less biennially since 1973.
administrative_organization: * Sponsored by [the Department of Housing and Urban Development (HUD)](https://www.hud.gov/) and conducted by the [U.S. Census Bureau](https://www.census.gov/).

needs_catalog_block: yes
catalog_subset_description: # 2015 only
catalog_subset: chapter_tag_cat <- subset( chapter_tag_cat , year == 2015 )
catalog_subset_description: # 2013 only
catalog_subset: chapter_tag_cat <- subset( chapter_tag_cat , year == 2013 )

~~~{analysis_examples_survey_design}
library(survey)

chapter_tag_df <-
readRDS(
file.path( path.expand( "~" ) , "CHAPTER_TAG" ,
"2015/national_v2.1/household.rds"
"2013/national_v1.2/newhouse_repwgt.rds"
)
)

Expand Down Expand Up @@ -98,4 +98,4 @@ needs_travis_build_status_line: yes

sample_setup_breaks: 6

broken_sample_test_condition: any( chapter_tag_cat$year == 2015 )
broken_sample_test_condition: any( chapter_tag_cat$year == 2013 )

0 comments on commit d647f8e

Please sign in to comment.