Skip to content

Commit

Permalink
Updated with fresh data
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemm committed Jun 4, 2024
1 parent 06affa0 commit 40f2e8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions for_organizers/analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ r102 <- r102_raw |>
ggplot2_2
) |>
# combine data from duplicate entries (people who registered more than once with the same email)
# note that we go with the "max" across the duplicates for each field
group_by(email) |>
summarise(
across(starts_with("attend_"), attend_max),
Expand Down
15 changes: 8 additions & 7 deletions for_organizers/analysis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
R102 Workshop Analysis
================
Rose Hartman
2024-06-03
2024-06-04

``` r
library(ggplot2)
Expand Down Expand Up @@ -116,6 +116,7 @@ r102 <- r102_raw |>
ggplot2_2
) |>
# combine data from duplicate entries (people who registered more than once with the same email)
# note that we go with the "max" across the duplicates for each field
group_by(email) |>
summarise(
across(starts_with("attend_"), attend_max),
Expand Down Expand Up @@ -237,7 +238,7 @@ ggsave("prepost_03_all.png",
height = 4, width = 7, units = "in")
```

## Warning: Removed 309 rows containing non-finite outside the scale range
## Warning: Removed 313 rows containing non-finite outside the scale range
## (`stat_count()`).

![](prepost_03_all.png)
Expand Down Expand Up @@ -291,7 +292,7 @@ ggsave("prepost_04_all.png",
height = 4, width = 7, units = "in")
```

## Warning: Removed 280 rows containing non-finite outside the scale range
## Warning: Removed 284 rows containing non-finite outside the scale range
## (`stat_count()`).

![](prepost_04_all.png)
Expand Down Expand Up @@ -330,7 +331,7 @@ afterward, t(27) = 3.29, p = .003.

202 signups.

25 responses on post-workshop survey.
26 responses on post-workshop survey.

All available responses at pre and post:

Expand All @@ -345,7 +346,7 @@ ggsave("prepost_05_all.png",
height = 4, width = 7, units = "in")
```

## Warning: Removed 285 rows containing non-finite outside the scale range
## Warning: Removed 288 rows containing non-finite outside the scale range
## (`stat_count()`).

![](prepost_05_all.png)
Expand Down Expand Up @@ -378,11 +379,11 @@ may_test <- t.test(r102$tidyr_2, r102$tidyr, paired = TRUE)

We saw significant improvement from pre to post after the Reshaping Data
with tidyr session, with respondents reporting higher ability afterward,
t(19) = 2.94, p = .008.
t(20) = 2.55, p = .019.

## Data types and viz

225 signups.
227 signups.

0 responses on post-workshop survey.

Expand Down
Binary file modified for_organizers/prepost_05_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified for_organizers/prepost_05_completers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40f2e8d

Please sign in to comment.