Description Usage Arguments Examples
View source: R/my.jackknife_iv_boot.R
This function returns point estimates and the variance-covariance matrix. Written for data.table arguments.
1 2 3 4 5 6 7 8 9 10 | my.jackknife_iv_boot(
Yvar,
Xvar,
Inc,
Exc,
data,
intercept = TRUE,
tolerance = 1e-16,
n_boot = 100
)
|
Yvar |
Dependent variable |
Xvar |
Endogenous regressor |
Inc |
Included instruments |
Exc |
Excluded instruments |
data |
Of type data.table |
intercept |
Logical, if including 1 as model intercept |
tolerance |
Tolerance level for matrix inversion |
n_boot |
Number of bootstrapped samples |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.