f.6: Function f_6

View source: R/Reg_fcns.R

f.6R Documentation

Function f_6

Description

Function f_6 in the version 20201104

Usage

f.6(x.mat, C, th)

Arguments

x.mat

n by 2 matrix

C

smoothness parameter.

th

true RD parameter.

Value

vector of regression function values

Examples

x.mat <- cbind(runif(100, -1, 1), runif(100, -1, 1))
f.6(x.mat, 1, 1)

koohyun-kwon/rdadapt documentation built on May 8, 2022, 8:49 p.m.