Skip to content

Commit

Permalink
fix in-text count of people who felt affected...
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickabolger committed Nov 10, 2023
1 parent 9561449 commit cca5be2
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 186 deletions.
7 changes: 0 additions & 7 deletions bibs/grateful-refs-sumandvis.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ @Manual{colorblindcheck
note = {R package version 0.1.0},
url = {https://jakubnowosad.com/colorblindcheck/},
}
@Manual{cowplot,
title = {{cowplot}: Streamlined Plot Theme and Plot Annotations for `{ggplot2}'},
author = {Claus O. Wilke},
year = {2020},
note = {R package version 1.1.1},
url = {https://CRAN.R-project.org/package=cowplot},
}
@Manual{dplyr,
title = {{dplyr}: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
Expand Down
4 changes: 2 additions & 2 deletions docs/codebook.html

Large diffs are not rendered by default.

328 changes: 160 additions & 168 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://psychopy.github.io/psychopy-edi-survey/index.html</loc>
<lastmod>2023-11-03T22:34:55.260Z</lastmod>
<lastmod>2023-11-10T15:39:59.184Z</lastmod>
</url>
<url>
<loc>https://psychopy.github.io/psychopy-edi-survey/codebook.html</loc>
<lastmod>2023-11-03T22:35:00.369Z</lastmod>
<lastmod>2023-11-10T15:40:04.740Z</lastmod>
</url>
</urlset>
11 changes: 5 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ options(warn=-1)
packagesRequired <-
c(
"colorblindcheck",
"cowplot",
"dplyr",
"DT",
"flextable",
Expand Down Expand Up @@ -370,7 +369,7 @@ Important: The question directly above regarding gender determined whether or no

#### treatment, self-regard, isolation

The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$genderAffected==1)))`** who replied ***yes*** to the question asking them whether they had felt that their gender identity has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.
The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$genderAffected=="Yes")))`** who replied ***yes*** to the question asking them whether they had felt that their gender identity has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.

The exact questions are listed in the verbal summary after the visualisation.

Expand Down Expand Up @@ -546,7 +545,7 @@ Important: The question directly above regarding sexual orientation determined w

#### treatment, self-regard, isolation

The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$nonHeteroAffected==1)))`** who replied ***yes*** to the question asking them whether they had felt that their sexual orientation has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.
The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$nonHeteroAffected=="Yes")))`** who replied ***yes*** to the question asking them whether they had felt that their sexual orientation has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.

The exact questions are listed in the verbal summary after the visualisation.

Expand Down Expand Up @@ -724,7 +723,7 @@ Important: The question directly above regarding race and/our culture determined

#### treatment, self-regard, isolation

The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$raceCultureAffected==1)))`** who replied ***yes*** to the question asking them whether they had felt that their racial and/or cultural identity has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.
The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$raceCultureAffected=="Yes")))`** who replied ***yes*** to the question asking them whether they had felt that their racial and/or cultural identity has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.

The exact questions are listed in the verbal summary after the visualisation.

Expand Down Expand Up @@ -906,7 +905,7 @@ Important: The question directly above regarding disability and/or neurodivergen

#### treatment, self-regard, isolation

The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$disabilityAffected==1)))`** who replied ***yes*** to the question asking them whether they had felt that their disability and/or neurodivergence has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.
The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$disabilityAffected=="Yes")))`** who replied ***yes*** to the question asking them whether they had felt that their disability and/or neurodivergence has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.

The exact questions are listed in the verbal summary after the visualisation.

Expand Down Expand Up @@ -1087,7 +1086,7 @@ Important: The question directly above regarding language dominance in written E

#### treatment, self-regard, isolation

The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$domLangAffected==1)))`** who replied ***yes*** to the question asking them whether they had felt that their language dominance has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.
The following statements were seen only by the subset of participants noted above. Specifically, they were restricted to the **`r numbers_to_words(length(which(visMain$domLangAffected=="Yes")))`** who replied ***yes*** to the question asking them whether they had felt that their language dominance has affected their interactions with the *PsychoPy*<sup>&reg;</sup> community.

The exact questions are listed in the verbal summary after the visualisation.

Expand Down

0 comments on commit cca5be2

Please sign in to comment.