R/trafo.R

#' An R package supporting the selection of a suitable transformation
#' 
#' Estimation, selection and comparison of several families of
#' transformations. The families of transformations included in the package are 
#' the following: Bickel-Doksum, Box-Cox, Dual, Glog, Gpower, Log, Log-shift opt,
#' Manly, Modulus, Neglog, Reciprocal and Yeo-Johnson. The package simplifies to 
#' compare linear models with untransformed and transformed dependent variable 
#' as well as linear models where the dependent variable is transformed with 
#' different transformations. Furthermore, the package employs maximum likelihood 
#' approaches, skewness and divergence minimization to estimate the optimal 
#' transformation parameter.
#' 
#' @details
#' An overview of all currently provided functions can be requested by
#' \code{library(help=trafo)}.
#' 
#' @docType package
#' @name trafo
NULL

Try the trafo package in your browser

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

trafo documentation built on May 2, 2019, 2:13 p.m.