Skip to content

Commit

Permalink
Title update (#139)
Browse files Browse the repository at this point in the history
* title update in index

* Title update in README

* Title update in _output.yml

* Title per Slack May 5

* Capitalize Using in title
  • Loading branch information
szimmer authored May 7, 2024
1 parent 3ff07d4 commit 24829ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bookdown::gitbook:
toc:
collapse: section
before: |
<li><a href="./">Exploring Complex Survey Data Analysis in R</a></li>
<li><a href="./">Exploring Complex Survey Data Analysis Using R</a></li>
after: |
<li><a href="https://bookdown.org" target="blank">Published with bookdown</a></li>
download: no
Expand Down
4 changes: 2 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24829ba

Please sign in to comment.