IE Notes (week 3)

Experimental Setup

  • Variables must be identified.

  • Expected causal relationships between variables are known (hypotheses, models).

  • Variables can be isolated from each other (in order to avoid confounding of effects).

  • The (main) treatment variable must vary (by definition).

  • Experiment must be replicable.

  • Precision and accuracy are essential.

  • Causal effects (variables) can be dichotomous or continuous.

Types of Experiments

  • Laboratory experiments: Researcher creates conditions with full control over independent variables, reducing bias and external influences and has full control over assignment of experimental units.

  • Field experiments: Experiment in an authentic, more realistic setting with limited control. Only some of the independent variables can be controlled by the researchers.

  • Quasi experiments: Setting cannot be controlled fully, e.g., only one measurement, no randomization, etc. (often "ex-post-facto").

Quasi-Experimental Setup Example: Internet Voting and Turnout

  • The example explains whether Internet Voting had an effect on turnout on the municipal level.

  • Number of trials: Includes categories such as 0, 1-5, 6-10, 11-15, 16-22.

  • Geneva (a) Not all municipalities affected by treatment.

  • Geneva (b) Treatment varies over time per municipality.

Desirable Characteristics in Research Design

  1. Good estimation of treatment effect

  2. Good estimation of random variation

  3. Absence of bias

  4. Precision and accuracy

  5. Wide range of applicability

  6. Simplicity in execution and analysis

Basic Principles of Experimental Design

  • Randomization: Assignment of treatments to experimental units in order to reduce bias. Ensure that each treatment is equally likely to be applied to any given unit.

  • Replication: Allows for the isolation of treatment effects by controlling for variation caused by chance. It also allows us to study the precision of estimates of the variables being studied.

    • External replication

    • Internal replication

    • Subsampling

    • Repeated measures

Randomized Layouts

  • Layout of experimental units in rows or squares.

Replication Types

  • (a) External replication: Multiple samples, e.g., water probes from a lake.

  • (b) Internal replication: Multiple samples, e.g., water probes from a lake.

  • (a) Subsampling: Different ways to obtain multiple samples.

  • (b) Repeated measures: Best to capture cumulative effects such as learning.

  • Combinations of these procedures are applied, depending on the research question and feasibility.

Treatment Design

  • Pre-Experimental:

    • M1M1 XX M2M2

    • The effects of one independent treatment variable (XX) is measured (MM) in two points in time (t1t1, t2t2).

    • Changes in the dependent variable could also originate from other causes, other changes over time, false measurement at point t1t1, etc.

  • Randomized Pre-Test Post-Test Experimental Design

    • E:M1E: M1 XX M2M2

    • C:M3C: M3 NN M4M4

    • We randomly assign objects into the experimental (EE) or control group (CC), measure in two points in time (t1t1, t2t2), whereas only E receives the treatment X, and C receives no treatment (NN).

  • SOLOMON four-group experimental test design

    • E1:M1E1: M1 XX M2M2

    • C1:M3C1: M3 NN M4M4

    • E2:NME2: NM XX M5M5

    • C2:NMC2: NM NN M6M6

    • We randomly assign objects into two experimental (E1E1, E2E2) and two control groups (C1C1, C2C2), measure in two points in time (t1t1, t2t2), whereas only E1E1 receives the treatment XX, and C1C1 receives no treatment (NN).

    • In addition, E2E2 and C2C2 are not measured at t1t1, whereas E2E2 receives a treatment (XX) and C2C2 not (NN).

    • Mainly to exclude interaction effects between the measurement and the treatment.

Variables

Definition

  • Variables (VV) denote features of the units (NN) in an experiment or study.

  • Variables must have more than one possible value. Otherwise, we are dealing with a constant.

  • We want to measure the variables at one or several points in time (TT).

  • The measurement of the variable is not defined yet.

Examples

  • The gender (of a person, micro-level)

  • The size (of an organization, meso-level)

  • The speed of reaction (of a hand movement of a person, micro-level)

  • The unemployment rate (of a country, macro-level)

Types of Variables

  • Variables can be discrete or continuous

    • Discrete: Units dispose of a finite number of categories (classes) within a certain range (e.g., level of education).

    • Continuous: Units can take on any measurable value within a certain interval (e.g., height of a human body).

    • A variable with exactly two features is called dichotomous (presence or absence of a trait, event, etc.). Sometimes also called "dummy" variable.

  • The type of variable you (can) define largely determines what kind of statistical analysis you can use later on in the process.

  • In addition, variables should not have overlapping categories (classes) and they must be complete (cover all possible values).

Hypothesis

Definition

  • A hypothesis is a statement about logically connected features of the units under study.

  • In a hypothesis, we, therefore, postulate the relation between a minimum of two variables.

Structure of a Hypothesis

  • Independent variable: The part providing the explanation (explanans), the cause, denoted as XX.

  • Dependent variable: The part in which we can (potentially) observe the effect (explanandum), usually denoted as YY.

  • Example: Seniority in a company is related to the wages: The more senior an employee (XX) the higher the wage (YY).

Hypothesis Requirements

  • A hypothesis is not a question, not an order.

  • It is a statement relating two meaningful terms.

  • The terms are connected by "if-then" or "the more, the more" or "because" (or can be transformed into this form) statements.

  • Statements are not tautological, without contradiction, can be related to the empirical world, can be operationalized, and can be falsified.

Further Specification of a Hypothesis

  • bi-variate - multivariate

  • causal - correlative

  • directed - undirected

  • positive - negative

  • linear - non-linear

Types of Hypotheses

  • reverse hypothesis

  • null hypothesis (usually we do not want the null hypothesis to hold)

  • alternative hypothesis (usually the actual hypothesis we want to test)

Further Distinctions

  • Individual features: information, data about a single unit in our experiment or study (e.g., the age of a person).

  • Collective features: information about aggregates of units (e.g., average age of people living in a municipality).

How to store variables in a data set?

  • In the rows = units, cases (NN)

  • In the columns = variables (VV), variable names such as s11, s12, etc.

  • Often includes identifier variable nr or id.

  • What is T?

How to formulate a hypothesis?

  • "If-Then" formulation of a hypothesis - only works with dichotomous variables.

  • "The more XX, the more (or the less) YY formulations - we need more than two categories and be able to at least rank them.

  • The relations between variables can be:

    • linear

    • exponential

    • logarithmic

    • logistic (S-shaped)

    • quadratic (U-shaped)