R/center.R

Defines functions center

Documented in center

##' center
##'
##' helper function returning the centering parameters of models.
##'
##' 
##' @export
##' @param object the model
##' @param ... further argument to the overloaded functions.
##' @author C. Beleites
##' @seealso \code{\link{pcalda}}, \code{\link{plslda}}
center <- function (object, ...)
  UseMethod ("center")

Try the cbmodels package in your browser

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

cbmodels documentation built on May 31, 2017, 2:11 a.m.