Originally Posted by Kang K. Yan
This page now host the software available for download that was previously available at
https://web.hku.hk/~herbpang/LassoLSKM.html
You'll find here the R code.
1) To use this package, download the file for LassoLSKM by right clicking on this link here.
2) Choose Save Link As...
3) Choose in R 'Install package from local files' and select "LassoLSKM_1.0.0.tar.gz" or type "install.packages("Path to LassoLSKM_1.0.0.tar.gz", repos = NULL, type = "source")" in the R console. You may need to pre-install the dependency, glmnet before you can install this package. To install the dependency, you may type "install.packages("glmnet")".
4) library(LassoLSKM)
5) help(LSKM.LASSO) or help(LSKM.predict) for Lasso Least-squares Kernel Machine.
Contact the email below if you have any questions