diff --git a/README.md b/README.md index 5297a8f..bb5f9bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Exploring Complex Survey Data Analysis in R: A Tidy Introduction with srvyr +# Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey} Surveys are a powerful tool for gathering information, drawing insights, and driving decisions. However, they require specific analysis methods to ensure the correct interpretation of results. This book will provide an in-depth introduction to conducting survey analysis with the {srvyr} package and {tidyverse} family of functions. Readers will understand how and why to use survey analysis techniques as well as how to interpret and communicate results. diff --git a/_output.yml b/_output.yml index 9215140..069c893 100644 --- a/_output.yml +++ b/_output.yml @@ -6,7 +6,7 @@ bookdown::gitbook: toc: collapse: section before: | -
  • Exploring Complex Survey Data Analysis in R
  • +
  • Exploring Complex Survey Data Analysis Using R
  • after: |
  • Published with bookdown
  • download: no diff --git a/index.Rmd b/index.Rmd index a5dddac..d585468 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,6 +1,6 @@ --- -title: "Exploring Complex Survey Data Analysis in R" -subtitle: "A Tidy Introduction with srvyr" +title: "Exploring Complex Survey Data Analysis Using R" +subtitle: "A Tidy Introduction with {srvyr} and {survey}" author: "Stephanie Zimmer, Rebecca J. Powell, and Isabella Velásquez" date: "`r Sys.Date()`" documentclass: krantz