run_jack_ols | R Documentation |
Run jackknife debiased OLS
run_jack_ols(X, Y, confidence_level = 0.95)
X |
data.frame of model independent variables (covariates) |
Y |
vector of regression model's dependent variable (embedded context) |
confidence_level |
(numeric in (0,1)) confidence level e.g. 0.95 |
list with two elements, betas
= list of beta_coefficients (D dimensional vectors);
normed_betas
= tibble with the norm and CIs of the non-intercept coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.