Description Usage Arguments Details Value Author(s) References Examples
This function updates β for given penalty parameters.
1 | betanew_lasso_cpp(xx, xy, beta, M, y, Lambda1, Lambda2, iter, tol)
|
xx |
Bx matrix |
xy |
By vector |
beta |
initial value for β; default - zero vector of size p \times 1 |
M |
penalty matrix |
y |
response vector or size n \times 1 |
Lambda1 |
lasso penalty parameter |
Lambda2 |
network penalty parameter |
iter |
maximum number of iterations for β step |
tol |
convergence tolerance level |
See beta.update.net
beta |
updated β vector |
steps |
number of steps until convergence |
Maintainer: Jonas Striaukas <jonas.striaukas@gmail.com>
Weber, M., Striaukas, J., Schumacher, M., Binder, H. "Network-Constrained Covariate Coefficient and Connection Sign Estimation" (2018) <doi:10.2139/ssrn.3211163>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.