R/prinvars-package.R

#' @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

Try the prinvars package in your browser

Any scripts or data that you put into this service are public.

prinvars documentation built on Jan. 9, 2023, 5:12 p.m.