View source: R/BoundingCovariateEffects.R
get.cvLLn | R Documentation |
This function computes the critical value following the algorithm of Section 4.3 in Bei (2024).
get.cvLLn(
BetaI.r,
data,
t,
hp,
c,
r,
par.space,
inst.func.evals = NULL,
alpha = 0.95
)
BetaI.r |
Matrix containing in its columns the minimizers of the S-function leading to the test statistic. |
data |
Data frame. |
t |
Time point of interest. Also allowed to be a vector of time points (used in estimating the model under assumed time- independent coefficients). |
hp |
List of hyperparameters. |
c |
Projection vector. |
r |
Result of projection of parameter vector onto |
par.space |
Bounds on the parameter space. |
inst.func.evals |
Matrix of precomputed instrumental function
evaluations for each observation in the data set. If |
alpha |
Confidence level. |
The critical value for the test statistic.
Bei, X. (2024). Local linearieation based subvector inference in moment inequality models. Journal of Econometrics. 238:105549-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.