Skip to content

Commit

Permalink
Example experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
bvasiles committed Mar 14, 2024
1 parent 3f4eaa2 commit df84f70
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Tue, Feb 27 | [Questionnaire design and multi-item scales](pages/feb27-surveys-p
Thu, Feb 29 | [Experimental design](pages/feb29-causal-relationships.md) | [slides](slides/13-experiments-pt1.pdf)
~~Tue, Mar 5~~ | ~~Spring break, no class~~ |
~~Thu, Mar 7~~ | ~~Spring break, no class~~ |
Tue, Mar 12 | Experimental design (part III) |
Tue, Mar 12 | [Example experimental papers](pages/mar12-experiments-examples.md) | [slides](slides/14-experiments-pt2.pdf)
Thu, Mar 14 | Intro to regression modeling |
Tue, Mar 19 | Diagnostics, factors, std coefficients |
Thu, Mar 21 | Simpson’s paradox, exemplar papers, in-class activity |
Expand Down
Binary file added assets/images/14-experiments-pt2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/feb29-causal-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This lecture is the first part of a series on designing experiments. We discussed what it means for something to be a "cause" or an "effect," the three ingredients needed for establishing a causal relationship, and how experiments as a research method match the characteristics of causal relationships very well.

We also discussed within-vs-between subjects designs and their trade-offs.
We also discussed within-vs-between subjects designs and their trade-offs, as well as Latin Squares and counterbalancing.


### Lecture Readings
Expand Down
24 changes: 24 additions & 0 deletions pages/mar12-experiments-examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## L14: Experimental Design Part II - Examples ([pdf](../slides/14-experiments-pt2.pdf), [video]())

[![Lecture14-Experiments2](../assets/images/14-experiments-pt2.jpg)](../slides/14-experiments-pt2.pdf)

This lecture is the second part of a series on designing experiments.

We discussed and critiqued examples of studies using experiments, including a true (randomized) experiment in the Tomkins et al study of double blind reviewing at the Conference on Web Search and Data Mining.


### Lecture Readings

> Shadish, W. R., Cook, T. D., & Campbell, D. T. (2002). Experimental and quasi-experimental designs for generalized causal inference. Wadsworth Publishing.
The discussion of cause as an *inus condition* -- "insufficient but nonredundant part of an unnecessary but sufficient condition" -- follows Chapter 1 from the book (Experiments and generalized causal inference).

---

> Tomkins, A., Zhang, M., & Heavlin, W. D. (2017). [Single versus double blind reviewing at WSDM 2017](https://arxiv.org/pdf/1702.00502). arXiv preprint arXiv:1702.00502
A nice example of a randomized experiment carried out to assess the impact of single vs double-blind reviewing of conference papers. The paper reports that:
- “Reviewers in the single-blind condition [...] preferentially bid for papers from top universities and companies.”
- “Single-blind reviewers are significantly more likely than their double-blind counterparts to recommend for acceptance papers from famous authors [odds multiplier 1.64], top universities [1.58], and top companies [2.10].”


Binary file added slides/14-experiments-pt2.pdf
Binary file not shown.

0 comments on commit df84f70

Please sign in to comment.