--- pagetitle: joinet output: github_document editor_options: chunk_output_type: console --- ```{r, echo = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) ``` [![Travis-CI Build Status](https://travis-ci.org/rauschenberger/joinet.svg)](https://travis-ci.org/rauschenberger/joinet) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/rauschenberger/joinet?svg=true)](https://ci.appveyor.com/project/rauschenberger/joinet) [![Coverage Status](https://codecov.io/github/rauschenberger/joinet/coverage.svg?branch=master)](https://codecov.io/github/rauschenberger/joinet) ## Scope Multivariate elastic net regression through stacked generalisation (extending the [R](https://cran.r-project.org) package [glmnet](https://CRAN.R-project.org/package=glmnet)). ## Installation Install the current release from [CRAN](https://CRAN.R-project.org/package=joinet): ```{r,eval=FALSE} install.packages("joinet") ``` or the latest development version from [GitHub](https://github.com/rauschenberger/joinet): ```{r,eval=FALSE} #install.packages("devtools") devtools::install_github("rauschenberger/joinet") ``` ## Reference Armin Rauschenberger and Enrico Glaab (2021). "Predicting correlated outcomes from molecular data". *Manuscript in preparation.* [![CRAN version](https://www.r-pkg.org/badges/version/joinet)](https://CRAN.R-project.org/package=joinet) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/joinet)](https://CRAN.R-project.org/package=joinet) [![Total CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/joinet)](https://CRAN.R-project.org/package=joinet)