Description Usage Arguments Examples
View source: R/my.jackknife_iv.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(
Yvar,
Xvar,
Inc,
Exc,
data,
intercept = TRUE,
varcov = "het",
tolerance = 1e-16
)
|
Yvar |
Dependent variable |
Xvar |
Endogenous variable |
Inc |
Included instruments (character vector of controls) |
Exc |
Excluded instruments (character vector) |
data |
Of type data.table |
intercept |
Logical, if including 1 as model intercept |
varcov |
Method for variance-covariance estimation |
tolerance |
Tolerance level for matrix inversion |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.