View source: R/BoundingCovariateEffects.R
Bspline.unit.interval | R Documentation |
This function evaluates the specified B-spline defined on the
unit interval, when considering n.if.per.cov
B-splines. Currently, the
implementation is based on the one in Andrews, Shi 2013 (supplementary
materials).
Bspline.unit.interval(x, spline.index, n.if.per.cov, degree = 3)
x |
value inside the unit interval at which to evaluate the spline. |
spline.index |
Index of the spline to evaluate. |
n.if.per.cov |
Number of B-splines to consider over the unit interval. |
degree |
Degree of the B-splines. Default is |
Andrews, D.W.K. and Shi, X. (2013). Inference based on confitional moment inequalities. Econometrica. 81(2):609-666.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.