Skip to content

Commit

Permalink
sipp draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdamico committed Aug 10, 2023
1 parent 905e699 commit c022309
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 @@ -187,7 +187,7 @@ svymean( ~ tftotinc , sipp_design , na.rm = TRUE , deff = TRUE )
# SRS with replacement
svymean( ~ tftotinc , sipp_design , na.rm = TRUE , deff = "replace" )
svyciprop( ~ family_below_poverty , sipp_design ,
method = "likelihood" )
method = "likelihood" , na.rm = TRUE )
svyttest( tftotinc ~ family_below_poverty , sipp_design )
svychisq(
~ family_below_poverty + employment_status ,
Expand Down

0 comments on commit c022309

Please sign in to comment.