diff --git a/README.Rmd b/README.Rmd index 6b4f015..fdbd8d7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -86,7 +86,7 @@ Here are some free resources put together by the community about srvyr: - **"How-to"s & examples of using srvyr** - srvyr's included vignette ["srvyr vs survey"](http://gdfe.co/srvyr/articles/srvyr-vs-survey.html) and the rest of the [pkgdown website](http://gdfe.co/srvyr/) - - Stephanie Zimmer & Rebecca Powell's [2021 AAPOR Workshop "Tidy Survey Analysis in R using the srvyr Package"](https://github.com/szimmer/tidy-survey-aapor-2021) + - Stephanie Zimmer, Rebecca Powell and Isabella Velásquez's book [Exploring Complex Survey Data Analysis Using R](https://www.routledge.com/Exploring-Complex-Survey-Data-Analysis-Using-R-A-Tidy-Introduction-with-srvyr-and-survey/Zimmer-Powell-Velasquez/p/book/9781032302867?srsltid=AfmBOordog836itDOABXbcZM2BAE1WdJ6muu8sjgAIpO7WFu-x00D6HQ) (releasing in November 2024). See also their [2021 AAPOR Workshop "Tidy Survey Analysis in R using the srvyr Package"](https://github.com/szimmer/tidy-survey-aapor-2021) - "The Epidemiologist R Handbook", by Neale Batra et al. has a [chapter on survey analysis](https://epirhandbook.com/en/) with srvyr and survey package examples - Kieran Healy's book ["Data Visualization: A Practical Introduction"](https://socviz.co/modeling.html#plots-from-complex-surveys) has a section on using srvyr to visualize the ESS. - The IPUMS PMA team's blog had a series showing examples of using the [PMA COVID survey panel with weights](https://tech.popdata.org/pma-data-hub/index.html) @@ -106,6 +106,7 @@ Here are some free resources put together by the community about srvyr: - *Em português:* ["Análise de Dados Amostrais Complexos"](https://djalmapessoa.github.io/adac/) by Djalma Pessoa and Pedro Nascimento Silva - *En español:* ["Usando R para jugar con los microdatos del INEGI"](https://medium.com/tacosdedatos/usando-r-para-sacar-información-de-los-microdatos-del-inegi-b21b6946cf4f) by Claudio Daniel Pacheco Castro - *Tiếng Việt:* ["Dịch tễ học ứng dụng và y tế công cộng với R"](https://epirhandbook.com/vn/survey-analysis.html) + - *På norsk:* [Data med vekter i R](https://oyvindsolheim.com/code/vekter%20i%20r/) by Øyvind Bugge Solheim - **Other cool stuff that uses srvyr** - A (free) graphical interface allowing exploratory data analysis of survey data without writing code: [iNZight](https://inzight.nz/) (and [survey data instructions](https://inzight.nz/docs/survey-specification.html)) - ["serosurvey: Serological Survey Analysis For Prevalence Estimation Under Misclassification"](https://avallecam.github.io/serosurvey/) by Andree Valle Campos diff --git a/README.md b/README.md index 034381e..6ae0e52 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,11 @@ Here are some free resources put together by the community about srvyr: - srvyr’s included vignette [“srvyr vs survey”](http://gdfe.co/srvyr/articles/srvyr-vs-survey.html) and the rest of the [pkgdown website](http://gdfe.co/srvyr/) - - Stephanie Zimmer & Rebecca Powell’s [2021 AAPOR Workshop “Tidy - Survey Analysis in R using the srvyr + - Stephanie Zimmer, Rebecca Powell and Isabella Velásquez’s book + [Exploring Complex Survey Data Analysis Using + R](https://www.routledge.com/Exploring-Complex-Survey-Data-Analysis-Using-R-A-Tidy-Introduction-with-srvyr-and-survey/Zimmer-Powell-Velasquez/p/book/9781032302867?srsltid=AfmBOordog836itDOABXbcZM2BAE1WdJ6muu8sjgAIpO7WFu-x00D6HQ) + (releasing in November 2024). See also their [2021 AAPOR Workshop + “Tidy Survey Analysis in R using the srvyr Package”](https://github.com/szimmer/tidy-survey-aapor-2021) - “The Epidemiologist R Handbook”, by Neale Batra et al. has a [chapter on survey analysis](https://epirhandbook.com/en/) with @@ -176,6 +179,9 @@ Here are some free resources put together by the community about srvyr: by Claudio Daniel Pacheco Castro - *Tiếng Việt:* [“Dịch tễ học ứng dụng và y tế công cộng với R”](https://epirhandbook.com/vn/survey-analysis.html) + - *På norsk:* [Data med vekter i + R](https://oyvindsolheim.com/code/vekter%20i%20r/) by Øyvind Bugge + Solheim - **Other cool stuff that uses srvyr** - A (free) graphical interface allowing exploratory data analysis of survey data without writing code: [iNZight](https://inzight.nz/) diff --git a/vignettes/srvyr-vs-survey.Rmd b/vignettes/srvyr-vs-survey.Rmd index cbbb393..7ab7a21 100644 --- a/vignettes/srvyr-vs-survey.Rmd +++ b/vignettes/srvyr-vs-survey.Rmd @@ -369,7 +369,7 @@ strat_design %>% Here are some free resources put together by the community about srvyr: - **"How-to"s & examples of using srvyr** - - Stephanie Zimmer & Rebecca Powell's [2021 AAPOR Workshop "Tidy Survey Analysis in R using the srvyr Package"](https://github.com/szimmer/tidy-survey-aapor-2021) + - Stephanie Zimmer, Rebecca Powell and Isabella Velásquez's book [Exploring Complex Survey Data Analysis Using R](https://www.routledge.com/Exploring-Complex-Survey-Data-Analysis-Using-R-A-Tidy-Introduction-with-srvyr-and-survey/Zimmer-Powell-Velasquez/p/book/9781032302867?srsltid=AfmBOordog836itDOABXbcZM2BAE1WdJ6muu8sjgAIpO7WFu-x00D6HQ) (releasing in November 2024). See also their [2021 AAPOR Workshop "Tidy Survey Analysis in R using the srvyr Package"](https://github.com/szimmer/tidy-survey-aapor-2021) - "The Epidemiologist R Handbook", by Neale Batra et al. has a [chapter on survey analysis](https://epirhandbook.com/en/) with srvyr and survey package examples - Kieran Healy's book ["Data Visualization: A Practical Introduction"](https://socviz.co/modeling.html#plots-from-complex-surveys) has a section on using srvyr to visualize the ESS. - The IPUMS PMA team's blog had a series showing examples of using the [PMA COVID survey panel with weights](https://tech.popdata.org/pma-data-hub/index.html) @@ -389,6 +389,7 @@ Here are some free resources put together by the community about srvyr: - *Em português:* ["Análise de Dados Amostrais Complexos"](https://djalmapessoa.github.io/adac/) by Djalma Pessoa and Pedro Nascimento Silva - *En español:* ["Usando R para jugar con los microdatos del INEGI"](https://medium.com/tacosdedatos/usando-r-para-sacar-información-de-los-microdatos-del-inegi-b21b6946cf4f) by Claudio Daniel Pacheco Castro - *Tiếng Việt:* ["Dịch tễ học ứng dụng và y tế công cộng với R"](https://epirhandbook.com/vn/survey-analysis.html) + - *På norsk:* [Data med vekter i R](https://oyvindsolheim.com/code/vekter%20i%20r/) by Øyvind Bugge Solheim - **Other cool stuff that uses srvyr** - A (free) graphical interface allowing exploratory data analysis of survey data without writing code: [iNZight](https://inzight.nz/) (and [survey data instructions](https://inzight.nz/docs/survey-specification.html)) - ["serosurvey: Serological Survey Analysis For Prevalence Estimation Under Misclassification"](https://avallecam.github.io/serosurvey/) by Andree Valle Campos