rdd_fe: RDD local with fixed effects

Description Usage Arguments Value

Description

Estimate local RDD (or non-parametric) with two FE.

Usage

1
2
rdd_fe(x, y, c = 0, cluster = NULL, p = 1, bw = "mserd",
  var.name = "var", h = NULL, triangular = T, err = "HC1", fe = NULL)

Arguments

x

Scores;

y

Dependent variable;

c

Cutpoint;

cluster

Cluster se;

p

Poly order (default 1; 0 for non-parametric);

bw

Bandwitdh selector (default mserd);

var.name

Variable name;

h

Bandwidth. If filled, bw is ignored;

triangular

Triangular kernel? (default TRUE).

err

Type of error (default 'HC1').

fe

fixed effect indicator;

Value

A list object.


meirelesff/fmeireles documentation built on May 22, 2019, 6:49 p.m.