View source: R/other_methods.R
rothenhausler_yu | R Documentation |
Estimate the average partial effect of using the debiased lasso method of Rothenhausler and Yu, using pre-tuned lasso penalties, for use in simulations.
rothenhausler_yu(X, y, f_lambda, m_lambda)
X |
matrix of covariates. |
y |
vector of responses. |
f_lambda |
lasso penalty for regression of y on X. |
m_lambda |
lasso penalty for predictor regression of the first column of X on the others. |
List containing the linear parameter estimate and the corresponding standard error estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.