The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

You can install the development version of islasso from
GitHub:
# install.packages("devtools")
devtools::install_github("gianluca-sottile/islasso")Once installed, load the package:
library(islasso)islasso implements the Induced Smoothed
Lasso, a robust and interpretable approach for hypothesis
testing in high-dimensional linear and generalized linear models.
Key features include:
ggplot2set.seed(123)
sim <- simulXy(n = 100, p = 20, family = "gaussian")
mod <- islasso(y ~ ., data = sim$data)
summary(mod)
plot(mod)?islassovignette("islasso-intro")Cilluffo G, Sottile G, La Grutta S, Muggeo V (2020). The Induced Smoothed lasso: A practical framework for hypothesis testing in high dimensional regression. Statistical Methods in Medical Research_, 29(3), 765-777. doi:10.1177/0962280219842890
Feel free to open issues, suggest improvements, or submit pull
requests.
Bug reports and feature requests are welcome!
islasso ©
2019 by Gianluca Sottile
is licensed under
CC BY
4.0
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.