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)
List containing the linear parameter estimate and the corresponding standard error estimate.
matrix of covariates.
vector of responses.
lasso penalty for regression of y on X.
lasso penalty for predictor regression of the first column of X on the others.