Slide 1

Slide 1 text

Topic Sampling Carlisle Rainey Associate Professor Florida State University [email protected] Scott Clifford Associate Professor University of Houston [email protected] Thomas Leeper Senior Visiting Fellow London School of Economics [email protected] http://www.carlislerainey.com/talk Slides and papers at How to Generalize from Particular Experiments to a Larger Collection of Possible Experiments

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

General Problem You want to test a general hypothesis. The Supreme Court can move public opinion. You can only test a particular hypothesis. The Supreme Court can move public opinion on af fi rmative action.

Slide 5

Slide 5 text

Even More General You can imagine many possible experiments to test your claim. Pick one. Hope it doesn’t matter.

Slide 6

Slide 6 text

As you may know, there has been some debate about allowing imported drugs from Canada lately. Republicans are more likely to favor allowing imported drugs from Canada, while Democrats are more likely to oppose allowing imported drugs from Canada. We’d like to know your opinion. Do you favor or oppose imported drugs from Canada? As you may know, there has been some debate about marijuana legaliza ti on lately. Democrats are more likely to favor marijuana legaliza ti on, while Republicans are more likely to oppose marijuana legaliza ti on. We’d like to know your opinion. Do you favor or oppose marijuana legaliza ti on? Example: Party Cues

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

Let’s abstract away from the details…

Slide 9

Slide 9 text

unusually large effect close to zero negative

Slide 10

Slide 10 text

“typical” treatment effect (across topics) 0.36

Slide 11

Slide 11 text

SD of effects give or take 0.25

Slide 12

Slide 12 text

The treatment effects are about 0.36 give or take 0.25 or so. (combined with a batch of estimates for particular topics) These are really hard problems.

Slide 13

Slide 13 text

Two Steps Enumerate the population of topics and take a random sample of about 25 to 50. Summarize the separate experiments using a hierarchical model. Step 2 Step 1

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

In a single-topic study, we’d fi t the model yi = α + δTi + ϵi yi[j] = αj + δj Ti[j] + ϵi[j] Here, with a sample of topics, we want the model

Slide 16

Slide 16 text

( αj δj ) ∼ N ( μα μδ ), ( σ2 α ρσα σδ ρσα σδ σ2 δ ) yi[j] = αj + δj Ti[j] + ϵi[j] Here, with a sample of topics, we want the model

Slide 17

Slide 17 text

# fit model with REML library(lme4) fit_reml <- lmer(y ~ treatment + (1 + treatment | topic_id), data = sample) # fit model with Stan library(rstanarm) fit_stan <- stan_lmer(y ~ treatment + (1 + treatment | topic_id), data = sample)

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

How Good Are Our Summaries? Quartet Typical SD Truth Estimate 90% CI Truth Estimate 90% CI Heterogenous 0.36 0.38 [0.17, 0.42] 0.25 0.19 [0.11, 0.26] Homogenous 0.36 0.38 [0.34, 0.43] 0.05 0.04 [0.003, 0.09] Constant 0.36 0.38 [0.33, 0.42] 0.00 0.04 [0.004, 0.09] Two-Valued 0.36 0.31 [0.04, 0.57] 0.72 0.67 [0.51, 0.91]

Slide 26

Slide 26 text

Important Things Use about 25 to 50 topics. Increase total number of respondents by about 20% to 50%. Thing 2 Thing 1

Slide 27

Slide 27 text

drugs from Canada marijuana legalization

Slide 28

Slide 28 text

The Two Papers Conceptual overview of topic sampling with detailed empirical application. Coming out in Political Behavior. Technical details focused on the estimators (bias, RMSE, coverage) and power calculations. Paper 2 Paper 1 http://www.carlislerainey.com/research/ http://www.carlislerainey.com/talk