#' spca: A package for lasso-penalized singular value decomposition and sparse principal components analysis
#'
#' The package implements the lasso-penalized singular value decomposition, and principal components analyis
#' of Witten, Hastie and Tibshirani (2009). It is similar to some of the functionality in the \pkg{PMA} package.
#'
#' @references
#' Witten, D. M., Tibshirani, R., & Hastie, T. (2009). A penalized matrix decomposition, with applications to
#' sparse principal components and canonical correlation analysis. \emph{Biostatistics}, 10(3), 515-534.
#'
#' @docType package
#' @name spca-package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.