Nothing
#' @title Principal Variables Package
#'
#' @description This package provides methods for dimensionality reduction.
#'
#' @references
#' \insertRef{Bauer.06242021}{prinvars}
#' \insertRef{Bauer.2021}{prinvars}
#' @aliases prinvars-package
#' @keywords internal
"_PACKAGE"
## Import used global functions
#' @importFrom methods new
#' @importFrom stats cov cor
#' @importFrom Rdpack reprompt
#' @importFrom elasticnet spca
#' @importFrom PMA PMD
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.