An R package with useful functions to implement the p-value-based approach to the Box-Cox transformation proposed by Vélez, Correa and Marmolejo-Ramos (2015)(Vélez, Correa, and Marmolejo-Ramos 2015).

You can visit the package website to explore the vignettes (articles) and function reference.

Installation

You can install the released version of lambdap from CRAN with:

install.packages("lambdap")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("fhernanb/lambdap")