rd_pvalue: Calculate de regression discontinuity p-value

Description Usage Arguments Value

View source: R/RegDis_function.r

Description

Calculate de regression discontinuity p-value

Usage

1
2
rd_pvalue(dataset = last, covariate = "AGE", CT = vec, Nsim = 1000,
  cutvar = 30, low_lim = NULL, high_lim = NULL)

Arguments

dataset

The dataset with the variables

covariate

One or more covariate

CT

control and treatment variable

Nsim

Number of simulations

cutvar

number to divide the treatment

low_lim

lowest limit of each of the covariate

high_lim

lowest limit of each of the covariate

Value

pvalues and other properties


itamuria/LRErdd documentation built on May 6, 2019, 8:03 p.m.