R/enpls-package.R

#' Ensemble Partial Least Squares Regression
#'
#' The enpls package provides functions for running the 
#' ensemble partial least squares regression.
#'
#' The comprehensive user guide can be opened with 
#' \code{vignette('enpls')}.
#'
#' \tabular{ll}{ Package: \tab enpls\cr Type: \tab Package\cr
#' Version: \tab 1.1\cr License: \tab GPL (>= 2)\cr }
#'
#' @name enpls-package
#' @docType package
#' @author Min-feng Zhu <\email{wind2zhu@@163.com}>,
#'         Nan Xiao <\email{road2stat@@gmail.com}>,
#'         Qing-Song Xu <\email{dasongxu@@gmail.com}>
#'         Dong-Sheng Cao <\email{oriental-cds@@163.com}>
#'         
#' @importFrom stats coef median predict quantile sd
#' @importFrom graphics abline dotchart plot text
#'
#' @note
#' Bug reports and feature requests should be sent to
#' \url{https://github.com/road2stat/enpls/issues}.
#'
#' @import pls ggplot2
#'
NULL
wind22zhu/enpls1.2 documentation built on May 4, 2019, 6:31 a.m.