RSAVS
This package carries out the Robust Subgroup Analysis and Variable Selection simultaneously. It implements the computation in a parallel manner.
Installation
You can use devtools
to directly install from github
#install.packages("devtools")
devtools::install_github("fenguoerbian/RSAVS")
Example
Here is a toy example:
<code …