View source: R/BoundingCovariateEffects.R
lf.ts | R Documentation |
This function implements the loss function used in computing the test statistic.
lf.ts(beta.sub, data, t, hp, c, r, inst.func.evals = NULL)
beta.sub |
Subvector of coefficient vector. |
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 |
Unit vector containing unity at the location of the parameter of interest. |
r |
Value of the parameter of interest that is tested. |
inst.func.evals |
Pre-computed matrix of insturmental function evaluations. If not supplied, it will be computed during execution of this function. |
S-functions evaluation for the specified parameter vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.