Description: Implements stacked elastic net regression (Rauschenberger 2020). The elastic net generalises ridge and lasso regularisation (Zou 2005, <doi:10.1111/j.1467-9868.2005.00503.x>). Instead of fixing or tuning the mixing parameter alpha, we combine multiple alpha by stacked generalisation (Wolpert 1992 <doi:10.1016/S0893-6080(05)80023-1>).
Description: Implements stacked elastic net regression (Rauschenberger 2020). The elastic net generalises ridge and lasso regularisation (Zou 2005, <doi:10.1111/j.1467-9868.2005.00503.x>). Instead of fixing or tuning the mixing parameter alpha, we combine multiple alpha by stacked generalisation (Wolpert 1992 <doi:10.1016/S0893-6080(05)80023-1>).
<p>Use function <code><ahref='starnet.html'>starnet</a></code> for model fitting.
<p>Use function <code>starnet</code> for model fitting.
Type <code><ahref='https://rdrr.io/r/base/library.html'>library(starnet)</a></code> and then <code><ahref='starnet.html'>?starnet</a></code> or
Type <code><ahref='https://rdrr.io/r/base/library.html'>library(starnet)</a></code> and then <code>?starnet</code> or
<code>help("starnet)"</code> to open its help file.</p>
<code>help("starnet)"</code> to open its help file.</p>
<p>See the vignette for further examples.
<p>See the vignette for further examples.
Type <code><ahref='../articles/starnet.html'>vignette("starnet")</a></code> or <code><ahref='https://rdrr.io/r/utils/browseVignettes.html'>browseVignettes("starnet")</a></code>
Type <code><ahref='../articles/starnet.html'>vignette("starnet")</a></code> or <code><ahref='https://rdrr.io/r/utils/browseVignettes.html'>browseVignettes("starnet")</a></code>
...
@@ -157,7 +157,7 @@ Predictive and interpretable models via the stacked elastic net".
...
@@ -157,7 +157,7 @@ Predictive and interpretable models via the stacked elastic net".