Skip to content

Instantly share code, notes, and snippets.

@pbiecek
Created January 18, 2015 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbiecek/f7765700a257f21d7ad0 to your computer and use it in GitHub Desktop.
Save pbiecek/f7765700a257f21d7ad0 to your computer and use it in GitHub Desktop.
wynik <- badanie %>%
do(data.frame(svymean(~PV1MATH,design = .$schemat)))
wynik$CNT <- badanie$CNT
names(wynik)[1] <- 'PV1MATH'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment