f.1: Function f_1

View source: R/Reg_fcns.R

f.1R Documentation

Function f_1

Description

Function f_1 in the version 20201104

Usage

f.1(x, C, th)

Arguments

x

vector of regressor values.

C

smoothness parameter.

th

true RD parameter.

Value

vector of regression function values

Examples

x <- runif(100, -1, 1)
f.1(x, 1, 1)

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