#' sgslasso package
#'
#' This package implements the sparse group-subgroup lasso which
#' identifies important regressor groups, subgroups, and individiual
#' variables.
#'
#' @references
#' Garcia, T.P., Müller, S., Carroll, R.J., and Walzem, R.L. (2013).
#' Identification of important regressor groups, subgroups, and individuals via regularization methods: application to gut
#' microbiome data. Bioinformatics,
#' DOI: 10.1093/bioinformatics/btt608.
#'
#' @useDynLib sgslasso, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @docType package
#' @name sgslasso
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.