knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of sup.r.jive is to perform supervised extensions to Joint and Individual Variation Explained (JIVE) including JIVE predict, supervised JIVE (sJIVE), and sparse exponential family sJIVE (sesJIVE). Example data files and visualization functions are also included.
You can install the development version of sup.r.jive from GitHub with:
# install.packages("devtools") devtools::install_github("enorthrop/sup.r.jive")
This is a basic example which shows you how to use sup.r.jive
.
library(sup.r.jive) ## basic example code to be inserted later
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.