Skip to contents

Jackknife IV (JIVE; Angrist, Imbens & Krueger 1999)

Usage

morie_iv_jive(
  data,
  outcome,
  endogenous,
  instruments,
  exogenous = NULL,
  alpha = 0.05
)

Arguments

data

Data frame.

outcome

Name of the outcome column.

endogenous

Character vector of endogenous regressor names.

instruments

Character vector of excluded-instrument names.

exogenous

Optional character vector of exogenous covariate names.

alpha

Significance level for confidence intervals.