f.2 | R Documentation |
Function f_2 in the version 20201104
f.2(x, C, th, b1 = 1/3, b2 = 2/3)
x |
vector of regressor values. |
C |
smoothness parameter. |
th |
true RD parameter. |
b1 |
the first knot value; the default is |
b2 |
the second knot value; the default is |
vector of regression function values
x <- runif(100, -1, 1) f.2(x, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.