Skip to content

Commit

Permalink
ahrf draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Aug 28, 2023
1 parent 44110f6 commit 2129a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ glm_result <-
)

summary( glm_result )

stopifnot( nrow( subset( gss_design , year == 2022 ) ) == 3544 )
library(srvyr)
gss_srvyr_design <- as_survey( gss_design )
gss_srvyr_design %>%
Expand Down

0 comments on commit 2129a01

Please sign in to comment.