<p>A Rauschenberger, E Glaab, and MA van de Wiel (2020). “Predictive and interpretable models via the stacked elastic net”. <em>Bioinformatics.</em> In press.</p>
<p>A Rauschenberger, E Glaab, and MA van de Wiel (2020). “Predictive and interpretable models via the stacked elastic net”. <em>Bioinformatics.</em> In press.</p>
<metaproperty="og:description"content="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>).">
<metaproperty="og:description"content="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>starnet</code> for model fitting.
<p>Use function <code><ahref='starnet.html'>starnet</a></code> for model fitting.
Type <code><ahref='https://rdrr.io/r/base/library.html'>library(starnet)</a></code> and then <code>?starnet</code> or
Type <code><ahref='https://rdrr.io/pkg/starnet/man'>library(starnet)</a></code> and then <code><ahref='starnet.html'>?starnet</a></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 +160,7 @@ Predictive and interpretable models via the stacked elastic net".
...
@@ -157,7 +160,7 @@ Predictive and interpretable models via the stacked elastic net".